#806643

Color #806643 Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #806643

Tints of Dark Wood #806643

Color information

#806643 (or 0x806643) is unknown color: approx Dark Wood. HEX triplet: 80, 66 and 43. RGB value is (128,102,67). Sum of RGB (Red+Green+Blue) = 128+102+67=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #806643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806643 is #7F99BC. Grayscale: #696969. Windows color (decimal): -8362429 or 4417152. OLE color: 4417152.

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

Color convert

RGB12810267-
CMYK00.200.480.50
HSL34.43º31.28%38.24%-
HSV(B)34.43º47.66%50.2%-
XYZ14.6714.57.34-
YUV105.78106.11143.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.10%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 67 (26.56% from 255) = 22.56%
R=43.10%
G=34.34%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281026700.200.480.5034.4331.2838.24
Hex8066430143032221f26
Octal2001461030246062423746
Binary100000001100110100001101010011000011001010001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806643; }

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

 H1.HeaderClassName
 {
   color: #806643;
 }
 .AnyTagClassName
 {
   color: #806643;
 }
</style>
background-color css

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

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

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

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

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

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