#84605E

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

Shades of Light Wood #84605E

Tints of Light Wood #84605E

Color information

#84605E (or 0x84605E) is unknown color: approx Light Wood. HEX triplet: 84, 60 and 5E. RGB value is (132,96,94). Sum of RGB (Red+Green+Blue) = 132+96+94=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #84605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84605E is #7B9FA1. Grayscale: #6A6A6A. Windows color (decimal): -8101794 or 6185092. OLE color: 6185092.

HSL color Cylindrical-coordinate representation of color #84605E: hue angle of 3.16º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84605E is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB1329694-
CMYK00.270.290.48
HSL3.16º16.81%44.31%-
HSV(B)3.16º28.79%51.76%-
XYZ15.7214.0812.48-
YUV106.54120.93146.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.99%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=40.99%
G=29.81%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132969400.270.290.483.1616.8144.31
Hex84605E01B1D303112c
Octal204140136033356032154
Binary1000010011000001011110011011111011100001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84605E; }

 p { color: rgb(132,96,94); }

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

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

 a { background-color: rgb(132,96,94); }

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

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

 span { border-color: rgb(132,96,94); }

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