#849C6A

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

Shades of Highland #849C6A

Tints of Highland #849C6A

Color information

#849C6A (or 0x849C6A) is unknown color: approx Highland. HEX triplet: 84, 9C and 6A. RGB value is (132,156,106). Sum of RGB (Red+Green+Blue) = 132+156+106=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 156 - color contains mainly: green. Hex color #849C6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849C6A is #7B6395. Grayscale: #8F8F8F. Windows color (decimal): -8086422 or 6986884. OLE color: 6986884.

HSL color Cylindrical-coordinate representation of color #849C6A: hue angle of 88.8º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #849C6A is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB132156106-
CMYK0.1500.320.39
HSL88.8º20.16%51.37%-
HSV(B)88.8º32.05%61.18%-
XYZ24.0129.7218.11-
YUV143.12107.05120.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.50%
GREEN value IS 156 (61.33% from 255) = 39.59%
BLUE value IS 106 (41.80% from 255) = 26.90%
R=33.50%
G=39.59%
B=26.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321561060.1500.320.3988.820.1651.37
Hex849C6AF02027591433
Octal20423415217040471312463
Binary1000010010011100110101011110100000100111101100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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