Html Css Color HEX #88966D Highland

📋 copy color: '#88966D'

red 136 ◦ green 150 ◦ blue 109

#88966D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highland #88966D

Tints of Highland #88966D

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 value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#88966D (or 0x88966D) is known color: 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

RGB 136 150 109 -
CMYK 0.09 0 0.27 0.41
HSL 80.49º 0.16% 0.51% -
HSV(B) 80.49º 0.27% 0.59% -
XYZ 23.82 28.15 18.65 -
YUV 141.14 109.86 124.33 -
System Red Green Blue C M Y K H S L
Decimal 136 150 109 0.09 0 0.27 0.41 80.49 0.16 0.51
Hex 88 96 6D 9 0 1B 29 50 10 33
Octal 210 226 155 11 0 33 51 120 20 63
Binary 10001000 10010110 1101101 1001 0 11011 101001 1010000 10000 110011

Color Harmonies of #88966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88966D

Black with #88966D

Text Example


Text Example

White with #88966D

Text Example


Text Example

HTML Codes & Css Web 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>