#612B18

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

Shades of Baker's Chocolate #612B18

Tints of Baker's Chocolate #612B18

Color information

#612B18 (or 0x612B18) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2B and 18. RGB value is (97,43,24). Sum of RGB (Red+Green+Blue) = 97+43+24=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #612B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612B18 is #9ED4E7. Grayscale: #393939. Windows color (decimal): -10409192 or 1583969. OLE color: 1583969.

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

Color convert

RGB974324-
CMYK00.560.750.62
HSL15.62º60.33%23.73%-
HSV(B)15.62º75.26%38.04%-
XYZ5.964.341.39-
YUV56.98109.39156.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.15%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 24 (9.77% from 255) = 14.63%
R=59.15%
G=26.22%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97432400.560.750.6215.6260.3323.73
Hex612B180384B3E103c18
Octal141533007011376207430
Binary110000110101111000011100010010111111101000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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