Html Css Color HEX #806046 Dark Wood

📋 copy color: '#806046'

red 128 ◦ green 96 ◦ blue 70

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

Shades of Dark Wood #806046

Tints of Dark Wood #806046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.65%

 BLUE value IS 70 (27.73% from 255) = 23.81%

R = 43.54%
G = 32.65%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#806046 (or 0x806046) is known color: Dark Wood. HEX triplet: 80, 60 and 46. RGB value is (128,96,70). Sum of RGB (Red+Green+Blue) = 128+96+70=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #806046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806046 is #7F9FB9. Grayscale: #666666. Windows color (decimal): -8363962 or 4612224. OLE color: 4612224.

HSL color Cylindrical-coordinate representation of color #806046: hue angle of 26.9º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #806046 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 96 70 -
CMYK 0 0.25 0.45 0.50
HSL 26.9º 0.29% 0.39% -
HSV(B) 26.9º 0.45% 0.5% -
XYZ 14.19 13.4 7.63 -
YUV 102.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 128 96 70 0 0.25 0.45 0.50 26.9 0.29 0.39
Hex 80 60 46 0 19 2D 32 1B 1D 27
Octal 200 140 106 0 31 55 62 33 35 47
Binary 10000000 1100000 1000110 0 11001 101101 110010 11011 11101 100111

Color Harmonies of #806046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806046

Black with #806046

Text Example


Text Example

White with #806046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806046; }

 p { color: rgb(128,96,70); }

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

background-color css

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

 a { background-color: rgb(128,96,70); }

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

border-color css

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

 span { border-color: rgb(128,96,70); }

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