Html Css Color HEX #806240 Dark Wood

📋 copy color: '#806240'

red 128 ◦ green 98 ◦ blue 64

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

Shades of Dark Wood #806240

Tints of Dark Wood #806240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.79%

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

R = 44.14%
G = 33.79%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#806240 (or 0x806240) is known color: Dark Wood. HEX triplet: 80, 62 and 40. RGB value is (128,98,64). Sum of RGB (Red+Green+Blue) = 128+98+64=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #806240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806240 is #7F9DBF. Grayscale: #676767. Windows color (decimal): -8363456 or 4219520. OLE color: 4219520.

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

Color convert

RGB 128 98 64 -
CMYK 0 0.23 0.5 0.50
HSL 31.88º 0.33% 0.38% -
HSV(B) 31.88º 0.5% 0.5% -
XYZ 14.2 13.69 6.75 -
YUV 103.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 128 98 64 0 0.23 0.5 0.50 31.88 0.33 0.38
Hex 80 62 40 0 17 32 32 20 21 26
Octal 200 142 100 0 27 62 62 40 41 46
Binary 10000000 1100010 1000000 0 10111 110010 110010 100000 100001 100110

Color Harmonies of #806240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806240

Black with #806240

Text Example


Text Example

White with #806240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806240; }

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

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

background-color css

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

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

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

border-color css

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

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

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