#88966D

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

Shades of Highland #88966D

Tints of Highland #88966D

Color information

#88966D (or 0x88966D) is unknown color: approx Highland. HEX triplet: 88, 96 and 6D. RGB value is (136,150,109). Sum of RGB (Red+Green+Blue) = 136+150+109=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 150 - color contains mainly: green. Hex color #88966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88966D is #776992. Grayscale: #8D8D8D. Windows color (decimal): -7825811 or 7181960. OLE color: 7181960.

HSL color Cylindrical-coordinate representation of color #88966D: hue angle of 80.49º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88966D is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB136150109-
CMYK0.0900.270.41
HSL80.49º16.33%50.78%-
HSV(B)80.49º27.33%58.82%-
XYZ23.8228.1518.65-
YUV141.14109.86124.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.43%
GREEN value IS 150 (58.98% from 255) = 37.97%
BLUE value IS 109 (42.97% from 255) = 27.59%
R=34.43%
G=37.97%
B=27.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1361501090.0900.270.4180.4916.3350.78
Hex88966D901B29501033
Octal21022615511033511202063
Binary100010001001011011011011001011011101001101000010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88966D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88966D; }

 p { color: rgb(136,150,109); }

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

<style>
 a { background-color: #88966D; }

 a { background-color: rgb(136,150,109); }

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

<style>
 span { border-color: #88966D; }

 span { border-color: rgb(136,150,109); }

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