#612708

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

Shades of Baker's Chocolate #612708

Tints of Baker's Chocolate #612708

Color information

#612708 (or 0x612708) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 27 and 08. RGB value is (97,39,8). Sum of RGB (Red+Green+Blue) = 97+39+8=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #612708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612708 is #9ED8F7. Grayscale: #343434. Windows color (decimal): -10410232 or 534369. OLE color: 534369.

HSL color Cylindrical-coordinate representation of color #612708: hue angle of 20.9º 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 #612708 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB97398-
CMYK00.600.920.62
HSL20.9º84.76%20.59%-
HSV(B)20.9º91.75%38.04%-
XYZ5.74.010.7-
YUV52.81102.72159.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.36%
GREEN value IS 39 (15.62% from 255) = 27.08%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=67.36%
G=27.08%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9739800.600.920.6220.984.7620.59
Hex6127803C5C3E155515
Octal1414710074134762512525
Binary110000110011110000111100101110011111010101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612708; }

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

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

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

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

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

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

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

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