#83956D

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

Shades of Highland #83956D

Tints of Highland #83956D

Color information

#83956D (or 0x83956D) is unknown color: approx Highland. HEX triplet: 83, 95 and 6D. RGB value is (131,149,109). Sum of RGB (Red+Green+Blue) = 131+149+109=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 149 - color contains mainly: green. Hex color #83956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83956D is #7C6A92. Grayscale: #8B8B8B. Windows color (decimal): -8153747 or 7181699. OLE color: 7181699.

HSL color Cylindrical-coordinate representation of color #83956D: hue angle of 87º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83956D is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB131149109-
CMYK0.1200.270.42
HSL87º15.87%50.59%-
HSV(B)87º26.85%58.43%-
XYZ22.8727.4218.56-
YUV139.06111.04122.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 149 (58.59% from 255) = 38.30%
BLUE value IS 109 (42.97% from 255) = 28.02%
R=33.68%
G=38.30%
B=28.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311491090.1200.270.428715.8750.59
Hex83956DC01B2A571033
Octal20322515514033521272063
Binary100000111001010111011011100011011101010101011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,149,109); }

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

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

 a { background-color: rgb(131,149,109); }

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

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

 span { border-color: rgb(131,149,109); }

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