Html Css Color HEX #806541 Dark Wood

📋 copy color: '#806541'

red 128 ◦ green 101 ◦ blue 65

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

Shades of Dark Wood #806541

Tints of Dark Wood #806541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.35%

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

R = 43.54%
G = 34.35%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#806541 (or 0x806541) is known color: Dark Wood. HEX triplet: 80, 65 and 41. RGB value is (128,101,65). Sum of RGB (Red+Green+Blue) = 128+101+65=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #806541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806541 is #7F9ABE. Grayscale: #696969. Windows color (decimal): -8362687 or 4285824. OLE color: 4285824.

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

Color convert

RGB 128 101 65 -
CMYK 0 0.21 0.49 0.50
HSL 34.29º 0.33% 0.38% -
HSV(B) 34.29º 0.49% 0.5% -
XYZ 14.51 14.28 6.99 -
YUV 104.97 105.45 144.43 -
System Red Green Blue C M Y K H S L
Decimal 128 101 65 0 0.21 0.49 0.50 34.29 0.33 0.38
Hex 80 65 41 0 15 31 32 22 21 26
Octal 200 145 101 0 25 61 62 42 41 46
Binary 10000000 1100101 1000001 0 10101 110001 110010 100010 100001 100110

Color Harmonies of #806541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806541

Black with #806541

Text Example


Text Example

White with #806541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806541; }

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

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

background-color css

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

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

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

border-color css

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

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

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