#839061

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

Shades of Highland #839061

Tints of Highland #839061

Color information

#839061 (or 0x839061) is unknown color: approx Highland. HEX triplet: 83, 90 and 61. RGB value is (131,144,97). Sum of RGB (Red+Green+Blue) = 131+144+97=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 144 - color contains mainly: green. Hex color #839061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839061 is #7C6F9E. Grayscale: #868686. Windows color (decimal): -8155039 or 6393987. OLE color: 6393987.

HSL color Cylindrical-coordinate representation of color #839061: hue angle of 76.6º 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 #839061 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB13114497-
CMYK0.0900.330.44
HSL76.6º19.5%47.25%-
HSV(B)76.6º32.64%56.47%-
XYZ21.4925.6315.12-
YUV134.76106.69125.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.22%
GREEN value IS 144 (56.64% from 255) = 38.71%
BLUE value IS 97 (38.28% from 255) = 26.08%
R=35.22%
G=38.71%
B=26.08%

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
Decimal131144970.0900.330.4476.619.547.25
Hex83906190212C4d142f
Octal20322014111041541152457
Binary1000001110010000110000110010100001101100100110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839061; }

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

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

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

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

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

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

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

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