#603519

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

Shades of Baker's Chocolate #603519

Tints of Baker's Chocolate #603519

Color information

#603519 (or 0x603519) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 35 and 19. RGB value is (96,53,25). Sum of RGB (Red+Green+Blue) = 96+53+25=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #603519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603519 is #9FCAE6. Grayscale: #3E3E3E. Windows color (decimal): -10472167 or 1652064. OLE color: 1652064.

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

Color convert

RGB965325-
CMYK00.450.740.62
HSL23.66º58.68%23.73%-
HSV(B)23.66º73.96%37.65%-
XYZ6.275.11.57-
YUV62.66106.75151.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.17%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 25 (10.16% from 255) = 14.37%
R=55.17%
G=30.46%
B=14.37%

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
Decimal96532500.450.740.6223.6658.6823.73
Hex60351902D4A3E183b18
Octal140653105511276307330
Binary110000011010111001010110110010101111101100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603519; }

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

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

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

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

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

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

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

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