Html Css Color HEX #806241 Dark Wood

📋 copy color: '#806241'

red 128 ◦ green 98 ◦ blue 65

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

Shades of Dark Wood #806241

Tints of Dark Wood #806241

RGB

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

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

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

R = 43.99%
G = 33.68%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#806241 (or 0x806241) is known color: Dark Wood. HEX triplet: 80, 62 and 41. RGB value is (128,98,65). Sum of RGB (Red+Green+Blue) = 128+98+65=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 98 (38.67% from 255 or 33.68% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 128 - color contains mainly: red. Hex color #806241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806241 is #7F9DBE. Grayscale: #676767. Windows color (decimal): -8363455 or 4285056. OLE color: 4285056.

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

Color convert

RGB 128 98 65 -
CMYK 0 0.23 0.49 0.50
HSL 31.43º 0.33% 0.38% -
HSV(B) 31.43º 0.49% 0.5% -
XYZ 14.22 13.71 6.9 -
YUV 103.21 106.44 145.68 -
System Red Green Blue C M Y K H S L
Decimal 128 98 65 0 0.23 0.49 0.50 31.43 0.33 0.38
Hex 80 62 41 0 17 31 32 1F 21 26
Octal 200 142 101 0 27 61 62 37 41 46
Binary 10000000 1100010 1000001 0 10111 110001 110010 11111 100001 100110

Color Harmonies of #806241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806241

Black with #806241

Text Example


Text Example

White with #806241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806241; }

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

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

background-color css

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

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

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

border-color css

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

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

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