Html Css Color HEX #604720 Dark Brown

📋 copy color: '#604720'

red 96 ◦ green 71 ◦ blue 32

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

Shades of Dark Brown #604720

Tints of Dark Brown #604720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.68%

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

R = 48.24%
G = 35.68%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#604720 (or 0x604720) is known color: Dark Brown. HEX triplet: 60, 47 and 20. RGB value is (96,71,32). Sum of RGB (Red+Green+Blue) = 96+71+32=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #604720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604720 is #9FB8DF. Grayscale: #4A4A4A. Windows color (decimal): -10467552 or 2115424. OLE color: 2115424.

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

Color convert

RGB 96 71 32 -
CMYK 0 0.26 0.67 0.62
HSL 36.56º 0.5% 0.25% -
HSV(B) 36.56º 0.67% 0.38% -
XYZ 7.34 7.1 2.35 -
YUV 74.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 96 71 32 0 0.26 0.67 0.62 36.56 0.5 0.25
Hex 60 47 20 0 1A 43 3E 25 32 19
Octal 140 107 40 0 32 103 76 45 62 31
Binary 1100000 1000111 100000 0 11010 1000011 111110 100101 110010 11001

Color Harmonies of #604720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604720

Black with #604720

Text Example


Text Example

White with #604720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604720; }

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

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

background-color css

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

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

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

border-color css

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

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

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