#612F05

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

Shades of Baker's Chocolate #612F05

Tints of Baker's Chocolate #612F05

Color information

#612F05 (or 0x612F05) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2F and 05. RGB value is (97,47,5). Sum of RGB (Red+Green+Blue) = 97+47+5=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #612F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612F05 is #9ED0FA. Grayscale: #393939. Windows color (decimal): -10408187 or 339809. OLE color: 339809.

HSL color Cylindrical-coordinate representation of color #612F05: hue angle of 27.39º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #612F05 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB97475-
CMYK00.520.950.62
HSL27.39º90.2%20%-
HSV(B)27.39º94.85%38.04%-
XYZ5.974.590.71-
YUV57.1698.56156.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.10%
GREEN value IS 47 (18.75% from 255) = 31.54%
BLUE value IS 5 (2.34% from 255) = 3.36%
R=65.10%
G=31.54%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9747500.520.950.6227.3990.220
Hex612F50345F3E1b5a14
Octal141575064137763313224
Binary11000011011111010110100101111111111011011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,47,5); }

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

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

 a { background-color: rgb(97,47,5); }

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

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

 span { border-color: rgb(97,47,5); }

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