#604019

Color #604019 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #604019

Tints of Dark Brown #604019

Color information

#604019 (or 0x604019) is unknown color: approx Dark Brown. HEX triplet: 60, 40 and 19. RGB value is (96,64,25). Sum of RGB (Red+Green+Blue) = 96+64+25=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #604019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604019 is #9FBFE6. Grayscale: #454545. Windows color (decimal): -10469351 or 1654880. OLE color: 1654880.

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

Color convert

RGB966425-
CMYK00.330.740.62
HSL32.96º58.68%23.73%-
HSV(B)32.96º73.96%37.65%-
XYZ6.836.221.76-
YUV69.12103.1147.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 25 (10.16% from 255) = 13.51%
R=51.89%
G=34.59%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96642500.330.740.6232.9658.6823.73
Hex6040190214A3E213b18
Octal1401003104111276417330
Binary11000001000000110010100001100101011111010000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604019; }

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

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

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

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

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

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

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

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