#612E08

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

Shades of Baker's Chocolate #612E08

Tints of Baker's Chocolate #612E08

Color information

#612E08 (or 0x612E08) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2E and 08. RGB value is (97,46,8). Sum of RGB (Red+Green+Blue) = 97+46+8=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #612E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612E08 is #9ED1F7. Grayscale: #393939. Windows color (decimal): -10408440 or 536161. OLE color: 536161.

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

Color convert

RGB97468-
CMYK00.530.920.62
HSL25.62º84.76%20.59%-
HSV(B)25.62º91.75%38.04%-
XYZ5.954.510.79-
YUV56.92100.4156.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.24%
GREEN value IS 46 (18.36% from 255) = 30.46%
BLUE value IS 8 (3.52% from 255) = 5.30%
R=64.24%
G=30.46%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9746800.530.920.6225.6284.7620.59
Hex612E80355C3E1a5515
Octal1415610065134763212525
Binary110000110111010000110101101110011111011010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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