#612709

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

Shades of Baker's Chocolate #612709

Tints of Baker's Chocolate #612709

Color information

#612709 (or 0x612709) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 27 and 09. RGB value is (97,39,9). Sum of RGB (Red+Green+Blue) = 97+39+9=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 9 (3.91% from 255 or 6.21% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #612709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612709 is #9ED8F6. Grayscale: #353535. Windows color (decimal): -10410231 or 599905. OLE color: 599905.

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

Color convert

RGB97399-
CMYK00.600.910.62
HSL20.45º83.02%20.78%-
HSV(B)20.45º90.72%38.04%-
XYZ5.74.010.73-
YUV52.92103.22159.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.90%
GREEN value IS 39 (15.62% from 255) = 26.90%
BLUE value IS 9 (3.91% from 255) = 6.21%
R=66.90%
G=26.90%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9739900.600.910.6220.4583.0220.78
Hex6127903C5B3E145315
Octal1414711074133762412325
Binary110000110011110010111100101101111111010100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612709; }

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

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

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

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

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

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

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

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