#849C6C

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

Shades of Highland #849C6C

Tints of Highland #849C6C

Color information

#849C6C (or 0x849C6C) is unknown color: approx Highland. HEX triplet: 84, 9C and 6C. RGB value is (132,156,108). Sum of RGB (Red+Green+Blue) = 132+156+108=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 156 - color contains mainly: green. Hex color #849C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849C6C is #7B6393. Grayscale: #8F8F8F. Windows color (decimal): -8086420 or 7117956. OLE color: 7117956.

HSL color Cylindrical-coordinate representation of color #849C6C: hue angle of 90º 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 #849C6C is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB132156108-
CMYK0.1500.310.39
HSL90º19.51%51.76%-
HSV(B)90º30.77%61.18%-
XYZ24.1129.7718.66-
YUV143.35108.05119.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.33%
GREEN value IS 156 (61.33% from 255) = 39.39%
BLUE value IS 108 (42.58% from 255) = 27.27%
R=33.33%
G=39.39%
B=27.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321561080.1500.310.399019.5151.76
Hex849C6CF01F275a1434
Octal20423415417037471322464
Binary100001001001110011011001111011111100111101101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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