#88956C

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

Shades of Highland #88956C

Tints of Highland #88956C

Color information

#88956C (or 0x88956C) is unknown color: approx Highland. HEX triplet: 88, 95 and 6C. RGB value is (136,149,108). Sum of RGB (Red+Green+Blue) = 136+149+108=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #88956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88956C is #776A93. Grayscale: #8C8C8C. Windows color (decimal): -7826068 or 7116168. OLE color: 7116168.

HSL color Cylindrical-coordinate representation of color #88956C: hue angle of 79.02º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88956C is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB136149108-
CMYK0.0900.280.42
HSL79.02º16.21%50.39%-
HSV(B)79.02º27.52%58.43%-
XYZ23.6127.8118.31-
YUV140.44109.69124.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.61%
GREEN value IS 149 (58.59% from 255) = 37.91%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=34.61%
G=37.91%
B=27.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361491080.0900.280.4279.0216.2150.39
Hex88956C901C2A4f1032
Octal21022515411034521172062
Binary100010001001010111011001001011100101010100111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88956C; }

 p { color: rgb(136,149,108); }

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

<style>
 a { background-color: #88956C; }

 a { background-color: rgb(136,149,108); }

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

<style>
 span { border-color: #88956C; }

 span { border-color: rgb(136,149,108); }

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