Html Css Color HEX #806543 Dark Wood

📋 copy color: '#806543'

red 128 ◦ green 101 ◦ blue 67

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

Shades of Dark Wood #806543

Tints of Dark Wood #806543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.64%

R = 43.24%
G = 34.12%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#806543 (or 0x806543) is known color: Dark Wood. HEX triplet: 80, 65 and 43. RGB value is (128,101,67). Sum of RGB (Red+Green+Blue) = 128+101+67=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #806543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806543 is #7F9ABC. Grayscale: #696969. Windows color (decimal): -8362685 or 4416896. OLE color: 4416896.

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

Color convert

RGB 128 101 67 -
CMYK 0 0.21 0.48 0.50
HSL 33.44º 0.31% 0.38% -
HSV(B) 33.44º 0.48% 0.5% -
XYZ 14.57 14.3 7.3 -
YUV 105.2 106.45 144.26 -
System Red Green Blue C M Y K H S L
Decimal 128 101 67 0 0.21 0.48 0.50 33.44 0.31 0.38
Hex 80 65 43 0 15 30 32 21 1F 26
Octal 200 145 103 0 25 60 62 41 37 46
Binary 10000000 1100101 1000011 0 10101 110000 110010 100001 11111 100110

Color Harmonies of #806543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806543

Black with #806543

Text Example


Text Example

White with #806543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806543; }

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

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

background-color css

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

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

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

border-color css

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

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

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