#612808

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

Shades of Baker's Chocolate #612808

Tints of Baker's Chocolate #612808

Color information

#612808 (or 0x612808) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 28 and 08. RGB value is (97,40,8). Sum of RGB (Red+Green+Blue) = 97+40+8=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #612808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612808 is #9ED7F7. Grayscale: #353535. Windows color (decimal): -10409976 or 534625. OLE color: 534625.

HSL color Cylindrical-coordinate representation of color #612808: hue angle of 21.57º 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 #612808 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB97408-
CMYK00.590.920.62
HSL21.57º84.76%20.59%-
HSV(B)21.57º91.75%38.04%-
XYZ5.734.080.71-
YUV53.4102.38159.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.90%
GREEN value IS 40 (16.02% from 255) = 27.59%
BLUE value IS 8 (3.52% from 255) = 5.52%
R=66.90%
G=27.59%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9740800.590.920.6221.5784.7620.59
Hex6128803B5C3E165515
Octal1415010073134762612525
Binary110000110100010000111011101110011111010110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612808; }

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

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

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

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

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

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

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

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