Html Css Color HEX #806340 Dark Wood

📋 copy color: '#806340'

red 128 ◦ green 99 ◦ blue 64

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

Shades of Dark Wood #806340

Tints of Dark Wood #806340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.02%

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

R = 43.99%
G = 34.02%
B = 21.99%

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

#806340 (or 0x806340) is known color: Dark Wood. HEX triplet: 80, 63 and 40. RGB value is (128,99,64). Sum of RGB (Red+Green+Blue) = 128+99+64=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #806340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806340 is #7F9CBF. Grayscale: #676767. Windows color (decimal): -8363200 or 4219776. OLE color: 4219776.

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

Color convert

RGB 128 99 64 -
CMYK 0 0.23 0.5 0.50
HSL 32.81º 0.33% 0.38% -
HSV(B) 32.81º 0.5% 0.5% -
XYZ 14.29 13.88 6.78 -
YUV 103.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 128 99 64 0 0.23 0.5 0.50 32.81 0.33 0.38
Hex 80 63 40 0 17 32 32 21 21 26
Octal 200 143 100 0 27 62 62 41 41 46
Binary 10000000 1100011 1000000 0 10111 110010 110010 100001 100001 100110

Color Harmonies of #806340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806340

Black with #806340

Text Example


Text Example

White with #806340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806340; }

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

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

background-color css

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

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

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

border-color css

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

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

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