#84935D

Color #84935D Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #84935D

Tints of Highland #84935D

Color information

#84935D (or 0x84935D) is unknown color: approx Highland. HEX triplet: 84, 93 and 5D. RGB value is (132,147,93). Sum of RGB (Red+Green+Blue) = 132+147+93=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #84935D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84935D is #7B6CA2. Grayscale: #888888. Windows color (decimal): -8088739 or 6132612. OLE color: 6132612.

HSL color Cylindrical-coordinate representation of color #84935D: hue angle of 76.67º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84935D is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB13214793-
CMYK0.1000.370.42
HSL76.67º22.5%47.06%-
HSV(B)76.67º36.73%57.65%-
XYZ21.9326.5614.33-
YUV136.36103.53124.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.48%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 93 (36.72% from 255) = 25%
R=35.48%
G=39.52%
B=25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132147930.1000.370.4276.6722.547.06
Hex84935DA0252A4d172f
Octal20422313512045521152757
Binary1000010010010011101110110100100101101010100110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84935D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84935D; }

 p { color: rgb(132,147,93); }

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

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

 a { background-color: rgb(132,147,93); }

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

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

 span { border-color: rgb(132,147,93); }

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