#612F11

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

Shades of Baker's Chocolate #612F11

Tints of Baker's Chocolate #612F11

Color information

#612F11 (or 0x612F11) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2F and 11. RGB value is (97,47,17). Sum of RGB (Red+Green+Blue) = 97+47+17=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #612F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612F11 is #9ED0EE. Grayscale: #3A3A3A. Windows color (decimal): -10408175 or 1126241. OLE color: 1126241.

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

Color convert

RGB974717-
CMYK00.520.820.62
HSL22.5º70.18%22.35%-
HSV(B)22.5º82.47%38.04%-
XYZ6.054.611.1-
YUV58.53104.56155.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.25%
GREEN value IS 47 (18.75% from 255) = 29.19%
BLUE value IS 17 (7.03% from 255) = 10.56%
R=60.25%
G=29.19%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97471700.520.820.6222.570.1822.35
Hex612F11034523E164616
Octal1415721064122762610626
Binary1100001101111100010110100101001011111010110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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