#612906

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

Shades of Baker's Chocolate #612906

Tints of Baker's Chocolate #612906

Color information

#612906 (or 0x612906) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 29 and 06. RGB value is (97,41,6). Sum of RGB (Red+Green+Blue) = 97+41+6=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #612906 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612906 is #9ED6F9. Grayscale: #353535. Windows color (decimal): -10409722 or 403809. OLE color: 403809.

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

Color convert

RGB97416-
CMYK00.580.940.62
HSL23.08º88.35%20.2%-
HSV(B)23.08º93.81%38.04%-
XYZ5.764.140.67-
YUV53.75101.05158.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.36%
GREEN value IS 41 (16.41% from 255) = 28.47%
BLUE value IS 6 (2.73% from 255) = 4.17%
R=67.36%
G=28.47%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9741600.580.940.6223.0888.3520.2
Hex6129603A5E3E175814
Octal141516072136762713024
Binary11000011010011100111010101111011111010111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612906; }

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

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

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

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

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

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

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

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