#612606

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

Shades of Baker's Chocolate #612606

Tints of Baker's Chocolate #612606

Color information

#612606 (or 0x612606) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 26 and 06. RGB value is (97,38,6). Sum of RGB (Red+Green+Blue) = 97+38+6=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #612606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612606 is #9ED9F9. Grayscale: #343434. Windows color (decimal): -10410490 or 403041. OLE color: 403041.

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

Color convert

RGB97386-
CMYK00.610.940.62
HSL21.1º88.35%20.2%-
HSV(B)21.1º93.81%38.04%-
XYZ5.663.940.63-
YUV51.99102.05160.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.79%
GREEN value IS 38 (15.23% from 255) = 26.95%
BLUE value IS 6 (2.73% from 255) = 4.26%
R=68.79%
G=26.95%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9738600.610.940.6221.188.3520.2
Hex6126603D5E3E155814
Octal141466075136762513024
Binary11000011001101100111101101111011111010101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612606; }

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

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

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

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

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

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

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

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