#612208

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

Shades of Baker's Chocolate #612208

Tints of Baker's Chocolate #612208

Color information

#612208 (or 0x612208) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 22 and 08. RGB value is (97,34,8). Sum of RGB (Red+Green+Blue) = 97+34+8=139 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.78% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 97 - color contains mainly: red. Hex color #612208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612208 is #9EDDF7. Grayscale: #323232. Windows color (decimal): -10411512 or 533089. OLE color: 533089.

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

Color convert

RGB97348-
CMYK00.650.920.62
HSL17.53º84.76%20.59%-
HSV(B)17.53º91.75%38.04%-
XYZ5.553.70.65-
YUV49.87104.37161.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 69.78%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 8 (3.52% from 255) = 5.76%
R=69.78%
G=24.46%
B=5.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9734800.650.920.6217.5384.7620.59
Hex612280415C3E125515
Octal14142100101134762212525
Binary1100001100010100001000001101110011111010010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612208; }

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

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

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

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

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

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

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

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