#612A0E

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

Shades of Baker's Chocolate #612A0E

Tints of Baker's Chocolate #612A0E

Color information

#612A0E (or 0x612A0E) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2A and 0E. RGB value is (97,42,14). Sum of RGB (Red+Green+Blue) = 97+42+14=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #612A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612A0E is #9ED5F1. Grayscale: #373737. Windows color (decimal): -10409458 or 928353. OLE color: 928353.

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

Color convert

RGB974214-
CMYK00.570.860.62
HSL20.24º74.77%21.76%-
HSV(B)20.24º85.57%38.04%-
XYZ5.844.230.92-
YUV55.25104.72157.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.40%
GREEN value IS 42 (16.80% from 255) = 27.45%
BLUE value IS 14 (5.86% from 255) = 9.15%
R=63.40%
G=27.45%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97421400.570.860.6220.2474.7721.76
Hex612AE039563E144b16
Octal1415216071126762411326
Binary110000110101011100111001101011011111010100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,42,14); }

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

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

 a { background-color: rgb(97,42,14); }

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

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

 span { border-color: rgb(97,42,14); }

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