#603819

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

Shades of Baker's Chocolate #603819

Tints of Baker's Chocolate #603819

Color information

#603819 (or 0x603819) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 38 and 19. RGB value is (96,56,25). Sum of RGB (Red+Green+Blue) = 96+56+25=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #603819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603819 is #9FC7E6. Grayscale: #404040. Windows color (decimal): -10471399 or 1652832. OLE color: 1652832.

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

Color convert

RGB965625-
CMYK00.420.740.62
HSL26.2º58.68%23.73%-
HSV(B)26.2º73.96%37.65%-
XYZ6.415.391.62-
YUV64.43105.75150.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.24%
GREEN value IS 56 (22.27% from 255) = 31.64%
BLUE value IS 25 (10.16% from 255) = 14.12%
R=54.24%
G=31.64%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96562500.420.740.6226.258.6823.73
Hex60381902A4A3E1a3b18
Octal140703105211276327330
Binary110000011100011001010101010010101111101101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603819; }

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

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

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

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

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

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

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

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