#612F0C

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

Shades of Baker's Chocolate #612F0C

Tints of Baker's Chocolate #612F0C

Color information

#612F0C (or 0x612F0C) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2F and 0C. RGB value is (97,47,12). Sum of RGB (Red+Green+Blue) = 97+47+12=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #612F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612F0C is #9ED0F3. Grayscale: #3A3A3A. Windows color (decimal): -10408180 or 798561. OLE color: 798561.

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

Color convert

RGB974712-
CMYK00.520.880.62
HSL24.71º77.98%21.37%-
HSV(B)24.71º87.63%38.04%-
XYZ6.014.60.92-
YUV57.96102.06155.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.18%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 12 (5.08% from 255) = 7.69%
R=62.18%
G=30.13%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97471200.520.880.6224.7177.9821.37
Hex612FC034583E194e15
Octal1415714064130763111625
Binary110000110111111000110100101100011111011001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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