#612E03

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

Shades of Baker's Chocolate #612E03

Tints of Baker's Chocolate #612E03

Color information

#612E03 (or 0x612E03) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2E and 03. RGB value is (97,46,3). Sum of RGB (Red+Green+Blue) = 97+46+3=146 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.44% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 97 - color contains mainly: red. Hex color #612E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612E03 is #9ED1FC. Grayscale: #383838. Windows color (decimal): -10408445 or 208481. OLE color: 208481.

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

Color convert

RGB97463-
CMYK00.530.970.62
HSL27.45º94%19.61%-
HSV(B)27.45º96.91%38.04%-
XYZ5.924.50.64-
YUV56.3597.9157-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.44%
GREEN value IS 46 (18.36% from 255) = 31.51%
BLUE value IS 3 (1.56% from 255) = 2.05%
R=66.44%
G=31.51%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9746300.530.970.6227.459419.61
Hex612E3035613E1b5e14
Octal141563065141763313624
Binary1100001101110110110101110000111111011011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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