#613018

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

Shades of Baker's Chocolate #613018

Tints of Baker's Chocolate #613018

Color information

#613018 (or 0x613018) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 30 and 18. RGB value is (97,48,24). Sum of RGB (Red+Green+Blue) = 97+48+24=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #613018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613018 is #9ECFE7. Grayscale: #3C3C3C. Windows color (decimal): -10407912 or 1585249. OLE color: 1585249.

HSL color Cylindrical-coordinate representation of color #613018: hue angle of 19.73º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #613018 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB974824-
CMYK00.510.750.62
HSL19.73º60.33%23.73%-
HSV(B)19.73º75.26%38.04%-
XYZ6.154.721.45-
YUV59.92107.73154.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 48 (19.14% from 255) = 28.40%
BLUE value IS 24 (9.77% from 255) = 14.20%
R=57.40%
G=28.40%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97482400.510.750.6219.7360.3323.73
Hex6130180334B3E143c18
Octal141603006311376247430
Binary110000111000011000011001110010111111101010011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613018; }

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

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

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

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

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

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

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

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