#612E17

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

Shades of Baker's Chocolate #612E17

Tints of Baker's Chocolate #612E17

Color information

#612E17 (or 0x612E17) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2E and 17. RGB value is (97,46,23). Sum of RGB (Red+Green+Blue) = 97+46+23=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #612E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612E17 is #9ED1E8. Grayscale: #3A3A3A. Windows color (decimal): -10408425 or 1519201. OLE color: 1519201.

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

Color convert

RGB974623-
CMYK00.530.760.62
HSL18.65º61.67%23.53%-
HSV(B)18.65º76.29%38.04%-
XYZ6.064.561.37-
YUV58.63107.9155.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.43%
GREEN value IS 46 (18.36% from 255) = 27.71%
BLUE value IS 23 (9.38% from 255) = 13.86%
R=58.43%
G=27.71%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97462300.530.760.6218.6561.6723.53
Hex612E170354C3E133e18
Octal141562706511476237630
Binary110000110111010111011010110011001111101001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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