#88956B

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

Shades of Highland #88956B

Tints of Highland #88956B

Color information

#88956B (or 0x88956B) is unknown color: approx Highland. HEX triplet: 88, 95 and 6B. RGB value is (136,149,107). Sum of RGB (Red+Green+Blue) = 136+149+107=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 149 - color contains mainly: green. Hex color #88956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88956B is #776A94. Grayscale: #8C8C8C. Windows color (decimal): -7826069 or 7050632. OLE color: 7050632.

HSL color Cylindrical-coordinate representation of color #88956B: hue angle of 78.57º degrees, saturation: 0.17, 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 #88956B is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB136149107-
CMYK0.0900.280.42
HSL78.57º16.54%50.2%-
HSV(B)78.57º28.19%58.43%-
XYZ23.5527.7918.03-
YUV140.33109.19124.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.69%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=34.69%
G=38.01%
B=27.30%

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
Decimal1361491070.0900.280.4278.5716.5450.2
Hex88956B901C2A4f1132
Octal21022515311034521172162
Binary100010001001010111010111001011100101010100111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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