#83966D

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

Shades of Highland #83966D

Tints of Highland #83966D

Color information

#83966D (or 0x83966D) is unknown color: approx Highland. HEX triplet: 83, 96 and 6D. RGB value is (131,150,109). Sum of RGB (Red+Green+Blue) = 131+150+109=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 150 - color contains mainly: green. Hex color #83966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83966D is #7C6992. Grayscale: #8B8B8B. Windows color (decimal): -8153491 or 7181955. OLE color: 7181955.

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

Color convert

RGB131150109-
CMYK0.1300.270.41
HSL87.8º16.33%50.78%-
HSV(B)87.8º27.33%58.82%-
XYZ23.0327.7418.61-
YUV139.64110.71121.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 109 (42.97% from 255) = 27.95%
R=33.59%
G=38.46%
B=27.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311501090.1300.270.4187.816.3350.78
Hex83966DD01B29581033
Octal20322615515033511302063
Binary100000111001011011011011101011011101001101100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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