#613016

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

Shades of Baker's Chocolate #613016

Tints of Baker's Chocolate #613016

Color information

#613016 (or 0x613016) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 30 and 16. RGB value is (97,48,22). Sum of RGB (Red+Green+Blue) = 97+48+22=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #613016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613016 is #9ECFE9. Grayscale: #3B3B3B. Windows color (decimal): -10407914 or 1454177. OLE color: 1454177.

HSL color Cylindrical-coordinate representation of color #613016: hue angle of 20.8º 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 #613016 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB974822-
CMYK00.510.770.62
HSL20.8º63.03%23.33%-
HSV(B)20.8º77.32%38.04%-
XYZ6.134.711.35-
YUV59.69106.73154.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 22 (8.98% from 255) = 13.17%
R=58.08%
G=28.74%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97482200.510.770.6220.863.0323.33
Hex6130160334D3E153f17
Octal141602606311576257727
Binary110000111000010110011001110011011111101010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613016; }

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

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

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

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

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

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

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

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