#612E06

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

Shades of Baker's Chocolate #612E06

Tints of Baker's Chocolate #612E06

Color information

#612E06 (or 0x612E06) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2E and 06. RGB value is (97,46,6). Sum of RGB (Red+Green+Blue) = 97+46+6=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #612E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612E06 is #9ED1F9. Grayscale: #383838. Windows color (decimal): -10408442 or 405089. OLE color: 405089.

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

Color convert

RGB97466-
CMYK00.530.940.62
HSL26.37º88.35%20.2%-
HSV(B)26.37º93.81%38.04%-
XYZ5.944.510.73-
YUV56.6999.4156.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.10%
GREEN value IS 46 (18.36% from 255) = 30.87%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=65.10%
G=30.87%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9746600.530.940.6226.3788.3520.2
Hex612E60355E3E1a5814
Octal141566065136763213024
Binary11000011011101100110101101111011111011010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612E06; }

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

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

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

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

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

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

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

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