#612A17

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

Shades of Baker's Chocolate #612A17

Tints of Baker's Chocolate #612A17

Color information

#612A17 (or 0x612A17) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2A and 17. RGB value is (97,42,23). Sum of RGB (Red+Green+Blue) = 97+42+23=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #612A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612A17 is #9ED5E8. Grayscale: #383838. Windows color (decimal): -10409449 or 1518177. OLE color: 1518177.

HSL color Cylindrical-coordinate representation of color #612A17: hue angle of 15.41º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #612A17 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB974223-
CMYK00.570.760.62
HSL15.41º61.67%23.53%-
HSV(B)15.41º76.29%38.04%-
XYZ5.914.261.32-
YUV56.28109.22157.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.88%
GREEN value IS 42 (16.80% from 255) = 25.93%
BLUE value IS 23 (9.38% from 255) = 14.20%
R=59.88%
G=25.93%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97422300.570.760.6215.4161.6723.53
Hex612A170394C3Ef3e18
Octal141522707111476177630
Binary11000011010101011101110011001100111110111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612A17; }

 p { color: rgb(97,42,23); }

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

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

 a { background-color: rgb(97,42,23); }

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

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

 span { border-color: rgb(97,42,23); }

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