#613116

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

Shades of Baker's Chocolate #613116

Tints of Baker's Chocolate #613116

Color information

#613116 (or 0x613116) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 31 and 16. RGB value is (97,49,22). Sum of RGB (Red+Green+Blue) = 97+49+22=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #613116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613116 is #9ECEE9. Grayscale: #3C3C3C. Windows color (decimal): -10407658 or 1454433. OLE color: 1454433.

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

Color convert

RGB974922-
CMYK00.490.770.62
HSL21.6º63.03%23.33%-
HSV(B)21.6º77.32%38.04%-
XYZ6.174.81.36-
YUV60.27106.4154.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 22 (8.98% from 255) = 13.10%
R=57.74%
G=29.17%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97492200.490.770.6221.663.0323.33
Hex6131160314D3E163f17
Octal141612606111576267727
Binary110000111000110110011000110011011111101011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613116; }

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

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

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

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

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

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

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

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