#612608

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

Shades of Baker's Chocolate #612608

Tints of Baker's Chocolate #612608

Color information

#612608 (or 0x612608) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 26 and 08. RGB value is (97,38,8). Sum of RGB (Red+Green+Blue) = 97+38+8=143 (18% of max value = 765). Red value is 97 (38.28% from 255 or 67.83% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 97 - color contains mainly: red. Hex color #612608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612608 is #9ED9F7. Grayscale: #343434. Windows color (decimal): -10410488 or 534113. OLE color: 534113.

HSL color Cylindrical-coordinate representation of color #612608: hue angle of 20.22º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #612608 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB97388-
CMYK00.610.920.62
HSL20.22º84.76%20.59%-
HSV(B)20.22º91.75%38.04%-
XYZ5.673.950.69-
YUV52.22103.05159.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.83%
GREEN value IS 38 (15.23% from 255) = 26.57%
BLUE value IS 8 (3.52% from 255) = 5.59%
R=67.83%
G=26.57%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9738800.610.920.6220.2284.7620.59
Hex6126803D5C3E145515
Octal1414610075134762412525
Binary110000110011010000111101101110011111010100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612608; }

 p { color: rgb(97,38,8); }

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

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

 a { background-color: rgb(97,38,8); }

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

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

 span { border-color: rgb(97,38,8); }

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