Html Css Color HEX #806441 Dark Wood

📋 copy color: '#806441'

red 128 ◦ green 100 ◦ blue 65

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

Shades of Dark Wood #806441

Tints of Dark Wood #806441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.18%

R = 43.69%
G = 34.13%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#806441 (or 0x806441) is known color: Dark Wood. HEX triplet: 80, 64 and 41. RGB value is (128,100,65). Sum of RGB (Red+Green+Blue) = 128+100+65=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 128 - color contains mainly: red. Hex color #806441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806441 is #7F9BBE. Grayscale: #686868. Windows color (decimal): -8362943 or 4285568. OLE color: 4285568.

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

Color convert

RGB 128 100 65 -
CMYK 0 0.22 0.49 0.50
HSL 33.33º 0.33% 0.38% -
HSV(B) 33.33º 0.49% 0.5% -
XYZ 14.41 14.09 6.96 -
YUV 104.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 128 100 65 0 0.22 0.49 0.50 33.33 0.33 0.38
Hex 80 64 41 0 16 31 32 21 21 26
Octal 200 144 101 0 26 61 62 41 41 46
Binary 10000000 1100100 1000001 0 10110 110001 110010 100001 100001 100110

Color Harmonies of #806441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806441

Black with #806441

Text Example


Text Example

White with #806441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806441; }

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

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

background-color css

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

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

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

border-color css

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

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

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