#613110

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

Shades of Baker's Chocolate #613110

Tints of Baker's Chocolate #613110

Color information

#613110 (or 0x613110) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 31 and 10. RGB value is (97,49,16). Sum of RGB (Red+Green+Blue) = 97+49+16=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #613110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613110 is #9ECEEF. Grayscale: #3B3B3B. Windows color (decimal): -10407664 or 1061217. OLE color: 1061217.

HSL color Cylindrical-coordinate representation of color #613110: hue angle of 24.44º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #613110 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB974916-
CMYK00.490.840.62
HSL24.44º71.68%22.16%-
HSV(B)24.44º83.51%38.04%-
XYZ6.124.781.09-
YUV59.59103.4154.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.88%
GREEN value IS 49 (19.53% from 255) = 30.25%
BLUE value IS 16 (6.64% from 255) = 9.88%
R=59.88%
G=30.25%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97491600.490.840.6224.4471.6822.16
Hex613110031543E184816
Octal1416120061124763011026
Binary1100001110001100000110001101010011111011000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613110; }

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

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

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

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

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

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

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

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