Html Css Color HEX #88966C Highland

📋 copy color: '#88966C'

red 136 ◦ green 150 ◦ blue 108

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

Shades of Highland #88966C

Tints of Highland #88966C

RGB

 RED value IS 136 (53.52% from 255) = 34.52%

 GREEN value IS 150 (58.98% from 255) = 38.07%

 BLUE value IS 108 (42.58% from 255) = 27.41%

R = 34.52%
G = 38.07%
B = 27.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#88966C (or 0x88966C) is known color: Highland. HEX triplet: 88, 96 and 6C. RGB value is (136,150,108). Sum of RGB (Red+Green+Blue) = 136+150+108=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 150 - color contains mainly: green. Hex color #88966C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88966C is #776993. Grayscale: #8D8D8D. Windows color (decimal): -7825812 or 7116424. OLE color: 7116424.

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

Color convert

RGB 136 150 108 -
CMYK 0.09 0 0.28 0.41
HSL 80º 0.17% 0.51% -
HSV(B) 80º 0.28% 0.59% -
XYZ 23.77 28.13 18.36 -
YUV 141.03 109.36 124.42 -
System Red Green Blue C M Y K H S L
Decimal 136 150 108 0.09 0 0.28 0.41 80 0.17 0.51
Hex 88 96 6C 9 0 1C 29 50 11 33
Octal 210 226 154 11 0 34 51 120 21 63
Binary 10001000 10010110 1101100 1001 0 11100 101001 1010000 10001 110011

Color Harmonies of #88966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88966C

Black with #88966C

Text Example


Text Example

White with #88966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88966C;
 }
 .AnyTagClassName
 {
   color: #88966C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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