#88996F

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

Shades of Highland #88996F

Tints of Highland #88996F

Color information

#88996F (or 0x88996F) is unknown color: approx Highland. HEX triplet: 88, 99 and 6F. RGB value is (136,153,111). Sum of RGB (Red+Green+Blue) = 136+153+111=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #88996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88996F is #776690. Grayscale: #8F8F8F. Windows color (decimal): -7825041 or 7313800. OLE color: 7313800.

HSL color Cylindrical-coordinate representation of color #88996F: hue angle of 84.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88996F is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB136153111-
CMYK0.1100.270.4
HSL84.29º17.07%51.76%-
HSV(B)84.29º27.45%60%-
XYZ24.4129.1619.38-
YUV143.13109.87122.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34%
GREEN value IS 153 (60.16% from 255) = 38.25%
BLUE value IS 111 (43.75% from 255) = 27.75%
R=34%
G=38.25%
B=27.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1361531110.1100.270.484.2917.0751.76
Hex88996FB01B28541134
Octal21023115713033501242164
Binary100010001001100111011111011011011101000101010010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88996F; }

 p { color: rgb(136,153,111); }

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

<style>
 a { background-color: #88996F; }

 a { background-color: rgb(136,153,111); }

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

<style>
 span { border-color: #88996F; }

 span { border-color: rgb(136,153,111); }

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