#849B63

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

Shades of Highland #849B63

Tints of Highland #849B63

Color information

#849B63 (or 0x849B63) is unknown color: approx Highland. HEX triplet: 84, 9B and 63. RGB value is (132,155,99). Sum of RGB (Red+Green+Blue) = 132+155+99=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 155 - color contains mainly: green. Hex color #849B63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849B63 is #7B649C. Grayscale: #8D8D8D. Windows color (decimal): -8086685 or 6527876. OLE color: 6527876.

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

Color convert

RGB13215599-
CMYK0.1500.360.39
HSL84.64º22.05%49.8%-
HSV(B)84.64º36.13%60.78%-
XYZ23.4929.2516.21-
YUV141.74103.88121.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 155 (60.94% from 255) = 40.16%
BLUE value IS 99 (39.06% from 255) = 25.65%
R=34.20%
G=40.16%
B=25.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132155990.1500.360.3984.6422.0549.8
Hex849B63F02427551632
Octal20423314317044471252662
Binary1000010010011011110001111110100100100111101010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,155,99); }

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

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

 a { background-color: rgb(132,155,99); }

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

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

 span { border-color: rgb(132,155,99); }

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