#612B17

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

Shades of Baker's Chocolate #612B17

Tints of Baker's Chocolate #612B17

Color information

#612B17 (or 0x612B17) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2B and 17. RGB value is (97,43,23). Sum of RGB (Red+Green+Blue) = 97+43+23=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #612B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612B17 is #9ED4E8. Grayscale: #393939. Windows color (decimal): -10409193 or 1518433. OLE color: 1518433.

HSL color Cylindrical-coordinate representation of color #612B17: hue angle of 16.22º 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 #612B17 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB974323-
CMYK00.560.760.62
HSL16.22º61.67%23.53%-
HSV(B)16.22º76.29%38.04%-
XYZ5.954.331.33-
YUV56.87108.89156.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.51%
GREEN value IS 43 (17.19% from 255) = 26.38%
BLUE value IS 23 (9.38% from 255) = 14.11%
R=59.51%
G=26.38%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97432300.560.760.6216.2261.6723.53
Hex612B170384C3E103e18
Octal141532707011476207630
Binary110000110101110111011100010011001111101000011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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