#849C66

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

Shades of Highland #849C66

Tints of Highland #849C66

Color information

#849C66 (or 0x849C66) is unknown color: approx Highland. HEX triplet: 84, 9C and 66. RGB value is (132,156,102). Sum of RGB (Red+Green+Blue) = 132+156+102=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 156 - color contains mainly: green. Hex color #849C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849C66 is #7B6399. Grayscale: #8E8E8E. Windows color (decimal): -8086426 or 6724740. OLE color: 6724740.

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

Color convert

RGB132156102-
CMYK0.1500.350.39
HSL86.67º21.43%50.59%-
HSV(B)86.67º34.62%61.18%-
XYZ23.829.6417.04-
YUV142.67105.05120.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.85%
GREEN value IS 156 (61.33% from 255) = 40%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=33.85%
G=40%
B=26.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1321561020.1500.350.3986.6721.4350.59
Hex849C66F02327571533
Octal20423414617043471272563
Binary1000010010011100110011011110100011100111101011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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