#612F18

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

Shades of Baker's Chocolate #612F18

Tints of Baker's Chocolate #612F18

Color information

#612F18 (or 0x612F18) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2F and 18. RGB value is (97,47,24). Sum of RGB (Red+Green+Blue) = 97+47+24=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #612F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612F18 is #9ED0E7. Grayscale: #3B3B3B. Windows color (decimal): -10408168 or 1584993. OLE color: 1584993.

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

Color convert

RGB974724-
CMYK00.520.750.62
HSL18.9º60.33%23.73%-
HSV(B)18.9º75.26%38.04%-
XYZ6.114.641.44-
YUV59.33108.06154.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 47 (18.75% from 255) = 27.98%
BLUE value IS 24 (9.77% from 255) = 14.29%
R=57.74%
G=27.98%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97472400.520.750.6218.960.3323.73
Hex612F180344B3E133c18
Octal141573006411376237430
Binary110000110111111000011010010010111111101001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,47,24); }

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

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

 a { background-color: rgb(97,47,24); }

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

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

 span { border-color: rgb(97,47,24); }

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