#83996F

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

Shades of Highland #83996F

Tints of Highland #83996F

Color information

#83996F (or 0x83996F) is unknown color: approx Highland. HEX triplet: 83, 99 and 6F. RGB value is (131,153,111). Sum of RGB (Red+Green+Blue) = 131+153+111=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 153 - color contains mainly: green. Hex color #83996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83996F is #7C6690. Grayscale: #8D8D8D. Windows color (decimal): -8152721 or 7313795. OLE color: 7313795.

HSL color Cylindrical-coordinate representation of color #83996F: hue angle of 91.43º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83996F is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB131153111-
CMYK0.1400.270.4
HSL91.43º17.07%51.76%-
HSV(B)91.43º27.45%60%-
XYZ23.6228.7619.34-
YUV141.63110.71120.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.16%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 111 (43.75% from 255) = 28.10%
R=33.16%
G=38.73%
B=28.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311531110.1400.270.491.4317.0751.76
Hex83996FE01B285b1134
Octal20323115716033501332164
Binary100000111001100111011111110011011101000101101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,153,111); }

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

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

 a { background-color: rgb(131,153,111); }

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

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

 span { border-color: rgb(131,153,111); }

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