Html Css Color HEX #806040 Dark Wood

📋 copy color: '#806040'

red 128 ◦ green 96 ◦ blue 64

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

Shades of Dark Wood #806040

Tints of Dark Wood #806040

RGB

 RED value IS 128 (50.39% from 255) = 44.44%

 GREEN value IS 96 (37.89% from 255) = 33.33%

 BLUE value IS 64 (25.39% from 255) = 22.22%

R = 44.44%
G = 33.33%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#806040 (or 0x806040) is known color: Dark Wood. HEX triplet: 80, 60 and 40. RGB value is (128,96,64). Sum of RGB (Red+Green+Blue) = 128+96+64=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #806040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806040 is #7F9FBF. Grayscale: #666666. Windows color (decimal): -8363968 or 4219008. OLE color: 4219008.

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

Color convert

RGB 128 96 64 -
CMYK 0 0.25 0.5 0.50
HSL 30º 0.33% 0.38% -
HSV(B) 30º 0.5% 0.5% -
XYZ 14.01 13.33 6.68 -
YUV 101.92 106.6 146.6 -
System Red Green Blue C M Y K H S L
Decimal 128 96 64 0 0.25 0.5 0.50 30 0.33 0.38
Hex 80 60 40 0 19 32 32 1E 21 26
Octal 200 140 100 0 31 62 62 36 41 46
Binary 10000000 1100000 1000000 0 11001 110010 110010 11110 100001 100110

Color Harmonies of #806040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806040

Black with #806040

Text Example


Text Example

White with #806040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806040; }

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

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

background-color css

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

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

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

border-color css

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

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

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