#612206

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

Shades of Baker's Chocolate #612206

Tints of Baker's Chocolate #612206

Color information

#612206 (or 0x612206) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 22 and 06. RGB value is (97,34,6). Sum of RGB (Red+Green+Blue) = 97+34+6=137 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.80% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 97 - color contains mainly: red. Hex color #612206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612206 is #9EDDF9. Grayscale: #313131. Windows color (decimal): -10411514 or 402017. OLE color: 402017.

HSL color Cylindrical-coordinate representation of color #612206: hue angle of 18.46º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #612206 is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB97346-
CMYK00.650.940.62
HSL18.46º88.35%20.2%-
HSV(B)18.46º93.81%38.04%-
XYZ5.533.70.59-
YUV49.64103.37161.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 70.80%
GREEN value IS 34 (13.67% from 255) = 24.82%
BLUE value IS 6 (2.73% from 255) = 4.38%
R=70.80%
G=24.82%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9734600.650.940.6218.4688.3520.2
Hex612260415E3E125814
Octal1414260101136762213024
Binary110000110001011001000001101111011111010010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612206; }

 p { color: rgb(97,34,6); }

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

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

 a { background-color: rgb(97,34,6); }

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

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

 span { border-color: rgb(97,34,6); }

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