#839060

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

Shades of Highland #839060

Tints of Highland #839060

Color information

#839060 (or 0x839060) is unknown color: approx Highland. HEX triplet: 83, 90 and 60. RGB value is (131,144,96). Sum of RGB (Red+Green+Blue) = 131+144+96=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 144 - color contains mainly: green. Hex color #839060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839060 is #7C6F9F. Grayscale: #868686. Windows color (decimal): -8155040 or 6328451. OLE color: 6328451.

HSL color Cylindrical-coordinate representation of color #839060: hue angle of 76.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #839060 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB13114496-
CMYK0.0900.330.44
HSL76.25º20%47.06%-
HSV(B)76.25º33.33%56.47%-
XYZ21.4425.6214.88-
YUV134.64106.19125.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.31%
GREEN value IS 144 (56.64% from 255) = 38.81%
BLUE value IS 96 (37.89% from 255) = 25.88%
R=35.31%
G=38.81%
B=25.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131144960.0900.330.4476.252047.06
Hex83906090212C4c142f
Octal20322014011041541142457
Binary1000001110010000110000010010100001101100100110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839060; }

 p { color: rgb(131,144,96); }

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

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

 a { background-color: rgb(131,144,96); }

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

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

 span { border-color: rgb(131,144,96); }

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