#613216

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

Shades of Baker's Chocolate #613216

Tints of Baker's Chocolate #613216

Color information

#613216 (or 0x613216) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 32 and 16. RGB value is (97,50,22). Sum of RGB (Red+Green+Blue) = 97+50+22=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #613216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613216 is #9ECDE9. Grayscale: #3D3D3D. Windows color (decimal): -10407402 or 1454689. OLE color: 1454689.

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

Color convert

RGB975022-
CMYK00.480.770.62
HSL22.4º63.03%23.33%-
HSV(B)22.4º77.32%38.04%-
XYZ6.224.881.37-
YUV60.86106.07153.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 22 (8.98% from 255) = 13.02%
R=57.40%
G=29.59%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97502200.480.770.6222.463.0323.33
Hex6132160304D3E163f17
Octal141622606011576267727
Binary110000111001010110011000010011011111101011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613216; }

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

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

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

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

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

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

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

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