#84654C

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

Shades of Dark Wood #84654C

Tints of Dark Wood #84654C

Color information

#84654C (or 0x84654C) is unknown color: approx Dark Wood. HEX triplet: 84, 65 and 4C. RGB value is (132,101,76). Sum of RGB (Red+Green+Blue) = 132+101+76=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #84654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84654C is #7B9AB3. Grayscale: #6B6B6B. Windows color (decimal): -8100532 or 5006724. OLE color: 5006724.

HSL color Cylindrical-coordinate representation of color #84654C: hue angle of 26.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84654C is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB13210176-
CMYK00.230.420.48
HSL26.79º26.92%40.78%-
HSV(B)26.79º42.42%51.76%-
XYZ15.4714.738.87-
YUV107.42110.27145.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.72%
GREEN value IS 101 (39.84% from 255) = 32.69%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=42.72%
G=32.69%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321017600.230.420.4826.7926.9240.78
Hex84654C0172A301b1b29
Octal2041451140275260333351
Binary10000100110010110011000101111010101100001101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84654C; }

 p { color: rgb(132,101,76); }

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

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

 a { background-color: rgb(132,101,76); }

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

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

 span { border-color: rgb(132,101,76); }

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