#612205

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

Shades of Baker's Chocolate #612205

Tints of Baker's Chocolate #612205

Color information

#612205 (or 0x612205) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 22 and 05. RGB value is (97,34,5). Sum of RGB (Red+Green+Blue) = 97+34+5=136 (18% of max value = 765). Red value is 97 (38.28% from 255 or 71.32% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 97 - color contains mainly: red. Hex color #612205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612205 is #9EDDFA. Grayscale: #313131. Windows color (decimal): -10411515 or 336481. OLE color: 336481.

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

Color convert

RGB97345-
CMYK00.650.950.62
HSL18.91º90.2%20%-
HSV(B)18.91º94.85%38.04%-
XYZ5.533.70.57-
YUV49.53102.87161.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 71.32%
GREEN value IS 34 (13.67% from 255) = 25%
BLUE value IS 5 (2.34% from 255) = 3.68%
R=71.32%
G=25%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9734500.650.950.6218.9190.220
Hex612250415F3E135a14
Octal1414250101137762313224
Binary110000110001010101000001101111111111010011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612205; }

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

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

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

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

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

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

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

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