Html Css Color HEX #806440 Dark Wood

📋 copy color: '#806440'

red 128 ◦ green 100 ◦ blue 64

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

Shades of Dark Wood #806440

Tints of Dark Wood #806440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.25%

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

R = 43.84%
G = 34.25%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#806440 (or 0x806440) is known color: Dark Wood. HEX triplet: 80, 64 and 40. RGB value is (128,100,64). Sum of RGB (Red+Green+Blue) = 128+100+64=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #806440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806440 is #7F9BBF. Grayscale: #686868. Windows color (decimal): -8362944 or 4220032. OLE color: 4220032.

HSL color Cylindrical-coordinate representation of color #806440: hue angle of 33.75º 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 #806440 is Cyan = 0, Magento = 0.22, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 100 64 -
CMYK 0 0.22 0.5 0.50
HSL 33.75º 0.33% 0.38% -
HSV(B) 33.75º 0.5% 0.5% -
XYZ 14.38 14.07 6.81 -
YUV 104.27 105.28 144.93 -
System Red Green Blue C M Y K H S L
Decimal 128 100 64 0 0.22 0.5 0.50 33.75 0.33 0.38
Hex 80 64 40 0 16 32 32 22 21 26
Octal 200 144 100 0 26 62 62 42 41 46
Binary 10000000 1100100 1000000 0 10110 110010 110010 100010 100001 100110

Color Harmonies of #806440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806440

Black with #806440

Text Example


Text Example

White with #806440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806440; }

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

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

background-color css

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

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

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

border-color css

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

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

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