#612902

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

Shades of Baker's Chocolate #612902

Tints of Baker's Chocolate #612902

Color information

#612902 (or 0x612902) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 29 and 02. RGB value is (97,41,2). Sum of RGB (Red+Green+Blue) = 97+41+2=140 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.29% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 97 - color contains mainly: red. Hex color #612902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612902 is #9ED6FD. Grayscale: #353535. Windows color (decimal): -10409726 or 141665. OLE color: 141665.

HSL color Cylindrical-coordinate representation of color #612902: hue angle of 24.63º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #612902 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB97412-
CMYK00.580.980.62
HSL24.63º95.96%19.41%-
HSV(B)24.63º97.94%38.04%-
XYZ5.734.130.55-
YUV53.399.05159.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 69.29%
GREEN value IS 41 (16.41% from 255) = 29.29%
BLUE value IS 2 (1.17% from 255) = 1.43%
R=69.29%
G=29.29%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9741200.580.980.6224.6395.9619.41
Hex6129203A623E196013
Octal141512072142763114023
Binary1100001101001100111010110001011111011001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612902; }

 p { color: rgb(97,41,2); }

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

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

 a { background-color: rgb(97,41,2); }

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

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

 span { border-color: rgb(97,41,2); }

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