#83976A

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

Shades of Highland #83976A

Tints of Highland #83976A

Color information

#83976A (or 0x83976A) is unknown color: approx Highland. HEX triplet: 83, 97 and 6A. RGB value is (131,151,106). Sum of RGB (Red+Green+Blue) = 131+151+106=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 151 - color contains mainly: green. Hex color #83976A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83976A is #7C6895. Grayscale: #8C8C8C. Windows color (decimal): -8153238 or 6985603. OLE color: 6985603.

HSL color Cylindrical-coordinate representation of color #83976A: hue angle of 86.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83976A is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB131151106-
CMYK0.1300.300.41
HSL86.67º17.79%50.39%-
HSV(B)86.67º29.8%59.22%-
XYZ23.032817.83-
YUV139.89108.87121.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.76%
GREEN value IS 151 (59.38% from 255) = 38.92%
BLUE value IS 106 (41.80% from 255) = 27.32%
R=33.76%
G=38.92%
B=27.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311511060.1300.300.4186.6717.7950.39
Hex83976AD01E29571232
Octal20322715215036511272262
Binary100000111001011111010101101011110101001101011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83976A; }

 p { color: rgb(131,151,106); }

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

<style>
 a { background-color: #83976A; }

 a { background-color: rgb(131,151,106); }

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

<style>
 span { border-color: #83976A; }

 span { border-color: rgb(131,151,106); }

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