#84615F

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

Shades of Light Wood #84615F

Tints of Light Wood #84615F

Color information

#84615F (or 0x84615F) is unknown color: approx Light Wood. HEX triplet: 84, 61 and 5F. RGB value is (132,97,95). Sum of RGB (Red+Green+Blue) = 132+97+95=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #84615F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84615F is #7B9EA0. Grayscale: #6B6B6B. Windows color (decimal): -8101537 or 6250884. OLE color: 6250884.

HSL color Cylindrical-coordinate representation of color #84615F: hue angle of 3.24º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84615F is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB1329795-
CMYK00.270.280.48
HSL3.24º16.3%44.51%-
HSV(B)3.24º28.03%51.76%-
XYZ15.8614.2812.75-
YUV107.24121.1145.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.74%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=40.74%
G=29.94%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132979500.270.280.483.2416.344.51
Hex84615F01B1C303102d
Octal204141137033346032055
Binary1000010011000011011111011011111001100001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84615F; }

 p { color: rgb(132,97,95); }

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

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

 a { background-color: rgb(132,97,95); }

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

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

 span { border-color: rgb(132,97,95); }

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