#839C6C

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

Shades of Highland #839C6C

Tints of Highland #839C6C

Color information

#839C6C (or 0x839C6C) is unknown color: approx Highland. HEX triplet: 83, 9C and 6C. RGB value is (131,156,108). Sum of RGB (Red+Green+Blue) = 131+156+108=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 156 - color contains mainly: green. Hex color #839C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839C6C is #7C6393. Grayscale: #8F8F8F. Windows color (decimal): -8151956 or 7117955. OLE color: 7117955.

HSL color Cylindrical-coordinate representation of color #839C6C: hue angle of 91.25º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #839C6C is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB131156108-
CMYK0.1600.310.39
HSL91.25º19.51%51.76%-
HSV(B)91.25º30.77%61.18%-
XYZ23.9629.6818.65-
YUV143.05108.22119.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.16%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 108 (42.58% from 255) = 27.34%
R=33.16%
G=39.49%
B=27.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311561080.1600.310.3991.2519.5151.76
Hex839C6C1001F275b1434
Octal20323415420037471332464
Binary1000001110011100110110010000011111100111101101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839C6C; }

 p { color: rgb(131,156,108); }

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

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

 a { background-color: rgb(131,156,108); }

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

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

 span { border-color: rgb(131,156,108); }

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