#613519

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

Shades of Baker's Chocolate #613519

Tints of Baker's Chocolate #613519

Color information

#613519 (or 0x613519) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 35 and 19. RGB value is (97,53,25). Sum of RGB (Red+Green+Blue) = 97+53+25=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #613519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613519 is #9ECAE6. Grayscale: #3F3F3F. Windows color (decimal): -10406631 or 1652065. OLE color: 1652065.

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

Color convert

RGB975325-
CMYK00.450.740.62
HSL23.33º59.02%23.92%-
HSV(B)23.33º74.23%38.04%-
XYZ6.385.161.58-
YUV62.96106.58152.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.43%
GREEN value IS 53 (21.09% from 255) = 30.29%
BLUE value IS 25 (10.16% from 255) = 14.29%
R=55.43%
G=30.29%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97532500.450.740.6223.3359.0223.92
Hex61351902D4A3E173b18
Octal141653105511276277330
Binary110000111010111001010110110010101111101011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613519; }

 p { color: rgb(97,53,25); }

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

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

 a { background-color: rgb(97,53,25); }

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

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

 span { border-color: rgb(97,53,25); }

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