#61250A

Color #61250A Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #61250A

Tints of Baker's Chocolate #61250A

Color information

#61250A (or 0x61250A) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 25 and 0A. RGB value is (97,37,10). Sum of RGB (Red+Green+Blue) = 97+37+10=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #61250A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61250A is #9EDAF5. Grayscale: #343434. Windows color (decimal): -10410742 or 664929. OLE color: 664929.

HSL color Cylindrical-coordinate representation of color #61250A: hue angle of 18.62º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61250A is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB973710-
CMYK00.620.900.62
HSL18.62º81.31%20.98%-
HSV(B)18.62º89.69%38.04%-
XYZ5.653.890.74-
YUV51.86104.38160.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 67.36%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 10 (4.30% from 255) = 6.94%
R=67.36%
G=25.69%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97371000.620.900.6218.6281.3120.98
Hex6125A03E5A3E135115
Octal1414512076132762312125
Binary110000110010110100111110101101011111010011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61250A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61250A; }

 p { color: rgb(97,37,10); }

 H1.HeaderClassName
 {
   color: #61250A;
 }
 .AnyTagClassName
 {
   color: #61250A;
 }
</style>
background-color css

<style>
 a { background-color: #61250A; }

 a { background-color: rgb(97,37,10); }

 div.DivClassName
 {
   background-color: #61250A;
 }
 .BgClassName
 {
   background-color: #61250A;
 }
</style>
border-color css

<style>
 span { border-color: #61250A; }

 span { border-color: rgb(97,37,10); }

 td.TdClassName
 {
   border-color: #61250A;
 }
 .TagClassName
 {
   border-color: #61250A;
 }
</style>