#84624C

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

Shades of Dark Wood #84624C

Tints of Dark Wood #84624C

Color information

#84624C (or 0x84624C) is unknown color: approx Dark Wood. HEX triplet: 84, 62 and 4C. RGB value is (132,98,76). Sum of RGB (Red+Green+Blue) = 132+98+76=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 132 - color contains mainly: red. Hex color #84624C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84624C is #7B9DB3. Grayscale: #696969. Windows color (decimal): -8101300 or 5005956. OLE color: 5005956.

HSL color Cylindrical-coordinate representation of color #84624C: hue angle of 23.57º 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 #84624C is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB1329876-
CMYK00.260.420.48
HSL23.57º26.92%40.78%-
HSV(B)23.57º42.42%51.76%-
XYZ15.1914.168.77-
YUV105.66111.26146.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.14%
GREEN value IS 98 (38.67% from 255) = 32.03%
BLUE value IS 76 (30.08% from 255) = 24.84%
R=43.14%
G=32.03%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132987600.260.420.4823.5726.9240.78
Hex84624C01A2A30181b29
Octal2041421140325260303351
Binary10000100110001010011000110101010101100001100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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