#612F04

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

Shades of Baker's Chocolate #612F04

Tints of Baker's Chocolate #612F04

Color information

#612F04 (or 0x612F04) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2F and 04. RGB value is (97,47,4). Sum of RGB (Red+Green+Blue) = 97+47+4=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 47 (18.75% from 255 or 31.76% from 148); Blue value is 4 (1.95% from 255 or 2.70% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #612F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612F04 is #9ED0FB. Grayscale: #393939. Windows color (decimal): -10408188 or 274273. OLE color: 274273.

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

Color convert

RGB97474-
CMYK00.520.960.62
HSL27.74º92.08%19.8%-
HSV(B)27.74º95.88%38.04%-
XYZ5.974.580.68-
YUV57.0598.06156.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.54%
GREEN value IS 47 (18.75% from 255) = 31.76%
BLUE value IS 4 (1.95% from 255) = 2.70%
R=65.54%
G=31.76%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9747400.520.960.6227.7492.0819.8
Hex612F4034603E1c5c14
Octal141574064140763413424
Binary11000011011111000110100110000011111011100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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