Html Css Color HEX #604019 Dark Brown

📋 copy color: '#604019'

red 96 ◦ green 64 ◦ blue 25

#604019
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Brown #604019

Tints of Dark Brown #604019

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 value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#604019 (or 0x604019) is known color: 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

RGB 96 64 25 -
CMYK 0 0.33 0.74 0.62
HSL 32.96º 0.59% 0.24% -
HSV(B) 32.96º 0.74% 0.38% -
XYZ 6.83 6.22 1.76 -
YUV 69.12 103.1 147.17 -
System Red Green Blue C M Y K H S L
Decimal 96 64 25 0 0.33 0.74 0.62 32.96 0.59 0.24
Hex 60 40 19 0 21 4A 3E 21 3B 18
Octal 140 100 31 0 41 112 76 41 73 30
Binary 1100000 1000000 11001 0 100001 1001010 111110 100001 111011 11000

Color Harmonies of #604019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604019

Black with #604019

Text Example


Text Example

White with #604019

Text Example


Text Example

HTML Codes & Css Web 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>