Html Css Color HEX #806349 Dark Wood

📋 copy color: '#806349'

red 128 ◦ green 99 ◦ blue 73

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

Shades of Dark Wood #806349

Tints of Dark Wood #806349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.33%

R = 42.67%
G = 33%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#806349 (or 0x806349) is known color: Dark Wood. HEX triplet: 80, 63 and 49. RGB value is (128,99,73). Sum of RGB (Red+Green+Blue) = 128+99+73=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #806349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806349 is #7F9CB6. Grayscale: #686868. Windows color (decimal): -8363191 or 4809600. OLE color: 4809600.

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

Color convert

RGB 128 99 73 -
CMYK 0 0.23 0.43 0.50
HSL 28.36º 0.27% 0.39% -
HSV(B) 28.36º 0.43% 0.5% -
XYZ 14.57 13.99 8.24 -
YUV 104.71 110.11 144.61 -
System Red Green Blue C M Y K H S L
Decimal 128 99 73 0 0.23 0.43 0.50 28.36 0.27 0.39
Hex 80 63 49 0 17 2B 32 1C 1B 27
Octal 200 143 111 0 27 53 62 34 33 47
Binary 10000000 1100011 1001001 0 10111 101011 110010 11100 11011 100111

Color Harmonies of #806349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806349

Black with #806349

Text Example


Text Example

White with #806349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806349; }

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

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

background-color css

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

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

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

border-color css

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

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

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