Html Css Color HEX #604920 Dark Brown

📋 copy color: '#604920'

red 96 ◦ green 73 ◦ blue 32

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

Shades of Dark Brown #604920

Tints of Dark Brown #604920

RGB

 RED value IS 96 (37.89% from 255) = 47.76%

 GREEN value IS 73 (28.91% from 255) = 36.32%

 BLUE value IS 32 (12.89% from 255) = 15.92%

R = 47.76%
G = 36.32%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#604920 (or 0x604920) is known color: Dark Brown. HEX triplet: 60, 49 and 20. RGB value is (96,73,32). Sum of RGB (Red+Green+Blue) = 96+73+32=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #604920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604920 is #9FB6DF. Grayscale: #4B4B4B. Windows color (decimal): -10467040 or 2115936. OLE color: 2115936.

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

Color convert

RGB 96 73 32 -
CMYK 0 0.24 0.67 0.62
HSL 38.44º 0.5% 0.25% -
HSV(B) 38.44º 0.67% 0.38% -
XYZ 7.47 7.36 2.39 -
YUV 75.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 96 73 32 0 0.24 0.67 0.62 38.44 0.5 0.25
Hex 60 49 20 0 18 43 3E 26 32 19
Octal 140 111 40 0 30 103 76 46 62 31
Binary 1100000 1001001 100000 0 11000 1000011 111110 100110 110010 11001

Color Harmonies of #604920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604920

Black with #604920

Text Example


Text Example

White with #604920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604920; }

 p { color: rgb(96,73,32); }

 H1.HeaderClassName
 {
   color: #604920;
 }
 .AnyTagClassName
 {
   color: #604920;
 }
</style>

background-color css

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

 a { background-color: rgb(96,73,32); }

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

border-color css

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

 span { border-color: rgb(96,73,32); }

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