#839063

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

Shades of Highland #839063

Tints of Highland #839063

Color information

#839063 (or 0x839063) is unknown color: approx Highland. HEX triplet: 83, 90 and 63. RGB value is (131,144,99). Sum of RGB (Red+Green+Blue) = 131+144+99=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #839063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839063 is #7C6F9C. Grayscale: #878787. Windows color (decimal): -8155037 or 6525059. OLE color: 6525059.

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

Color convert

RGB13114499-
CMYK0.0900.310.44
HSL77.33º18.52%47.65%-
HSV(B)77.33º31.25%56.47%-
XYZ21.5925.6715.62-
YUV134.98107.69125.16-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.03%
GREEN value IS 144 (56.64% from 255) = 38.50%
BLUE value IS 99 (39.06% from 255) = 26.47%
R=35.03%
G=38.50%
B=26.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131144990.0900.310.4477.3318.5247.65
Hex839063901F2C4d1330
Octal20322014311037541152360
Binary100000111001000011000111001011111101100100110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839063; }

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

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

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

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

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

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

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

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