Html Css Color HEX #806443 Dark Wood

📋 copy color: '#806443'

red 128 ◦ green 100 ◦ blue 67

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

Shades of Dark Wood #806443

Tints of Dark Wood #806443

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.9%

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

R = 43.39%
G = 33.9%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#806443 (or 0x806443) is known color: Dark Wood. HEX triplet: 80, 64 and 43. RGB value is (128,100,67). Sum of RGB (Red+Green+Blue) = 128+100+67=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #806443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806443 is #7F9BBC. Grayscale: #686868. Windows color (decimal): -8362941 or 4416640. OLE color: 4416640.

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

Color convert

RGB 128 100 67 -
CMYK 0 0.22 0.48 0.50
HSL 32.46º 0.31% 0.38% -
HSV(B) 32.46º 0.48% 0.5% -
XYZ 14.47 14.11 7.27 -
YUV 104.61 106.78 144.68 -
System Red Green Blue C M Y K H S L
Decimal 128 100 67 0 0.22 0.48 0.50 32.46 0.31 0.38
Hex 80 64 43 0 16 30 32 20 1F 26
Octal 200 144 103 0 26 60 62 40 37 46
Binary 10000000 1100100 1000011 0 10110 110000 110010 100000 11111 100110

Color Harmonies of #806443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806443

Black with #806443

Text Example


Text Example

White with #806443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806443; }

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

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

background-color css

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

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

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

border-color css

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

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

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