#612E09

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

Shades of Baker's Chocolate #612E09

Tints of Baker's Chocolate #612E09

Color information

#612E09 (or 0x612E09) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2E and 09. RGB value is (97,46,9). Sum of RGB (Red+Green+Blue) = 97+46+9=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #612E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612E09 is #9ED1F6. Grayscale: #393939. Windows color (decimal): -10408439 or 601697. OLE color: 601697.

HSL color Cylindrical-coordinate representation of color #612E09: hue angle of 25.23º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #612E09 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB97469-
CMYK00.530.910.62
HSL25.23º83.02%20.78%-
HSV(B)25.23º90.72%38.04%-
XYZ5.964.520.82-
YUV57.03100.9156.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.82%
GREEN value IS 46 (18.36% from 255) = 30.26%
BLUE value IS 9 (3.91% from 255) = 5.92%
R=63.82%
G=30.26%
B=5.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9746900.530.910.6225.2383.0220.78
Hex612E90355B3E195315
Octal1415611065133763112325
Binary110000110111010010110101101101111111011001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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