#612E16

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

Shades of Baker's Chocolate #612E16

Tints of Baker's Chocolate #612E16

Color information

#612E16 (or 0x612E16) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2E and 16. RGB value is (97,46,22). Sum of RGB (Red+Green+Blue) = 97+46+22=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #612E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612E16 is #9ED1E9. Grayscale: #3A3A3A. Windows color (decimal): -10408426 or 1453665. OLE color: 1453665.

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

Color convert

RGB974622-
CMYK00.530.770.62
HSL19.2º63.03%23.33%-
HSV(B)19.2º77.32%38.04%-
XYZ6.054.551.32-
YUV58.51107.4155.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.79%
GREEN value IS 46 (18.36% from 255) = 27.88%
BLUE value IS 22 (8.98% from 255) = 13.33%
R=58.79%
G=27.88%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97462200.530.770.6219.263.0323.33
Hex612E160354D3E133f17
Octal141562606511576237727
Binary110000110111010110011010110011011111101001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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