#839668

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

Shades of Highland #839668

Tints of Highland #839668

Color information

#839668 (or 0x839668) is unknown color: approx Highland. HEX triplet: 83, 96 and 68. RGB value is (131,150,104). Sum of RGB (Red+Green+Blue) = 131+150+104=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #839668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839668 is #7C6997. Grayscale: #8B8B8B. Windows color (decimal): -8153496 or 6854275. OLE color: 6854275.

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

Color convert

RGB131150104-
CMYK0.1300.310.41
HSL84.78º18.11%49.8%-
HSV(B)84.78º30.67%58.82%-
XYZ22.7727.6417.23-
YUV139.07108.21122.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 104 (41.02% from 255) = 27.01%
R=34.03%
G=38.96%
B=27.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311501040.1300.310.4184.7818.1149.8
Hex839668D01F29551232
Octal20322615015037511252262
Binary100000111001011011010001101011111101001101010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839668; }

 p { color: rgb(131,150,104); }

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

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

 a { background-color: rgb(131,150,104); }

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

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

 span { border-color: rgb(131,150,104); }

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