#612C17

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

Shades of Baker's Chocolate #612C17

Tints of Baker's Chocolate #612C17

Color information

#612C17 (or 0x612C17) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2C and 17. RGB value is (97,44,23). Sum of RGB (Red+Green+Blue) = 97+44+23=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #612C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612C17 is #9ED3E8. Grayscale: #393939. Windows color (decimal): -10408937 or 1518689. OLE color: 1518689.

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

Color convert

RGB974423-
CMYK00.550.760.62
HSL17.03º61.67%23.53%-
HSV(B)17.03º76.29%38.04%-
XYZ5.994.41.35-
YUV57.45108.56156.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.15%
GREEN value IS 44 (17.58% from 255) = 26.83%
BLUE value IS 23 (9.38% from 255) = 14.02%
R=59.15%
G=26.83%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97442300.550.760.6217.0361.6723.53
Hex612C170374C3E113e18
Octal141542706711476217630
Binary110000110110010111011011110011001111101000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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