Html Css Color HEX #88996C Highland

📋 copy color: '#88996C'

red 136 ◦ green 153 ◦ blue 108

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

Shades of Highland #88996C

Tints of Highland #88996C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.54%

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

R = 34.26%
G = 38.54%
B = 27.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#88996C (or 0x88996C) is known color: Highland. HEX triplet: 88, 99 and 6C. RGB value is (136,153,108). Sum of RGB (Red+Green+Blue) = 136+153+108=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #88996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88996C is #776693. Grayscale: #8E8E8E. Windows color (decimal): -7825044 or 7117192. OLE color: 7117192.

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

Color convert

RGB 136 153 108 -
CMYK 0.11 0 0.29 0.4
HSL 82.67º 0.18% 0.51% -
HSV(B) 82.67º 0.29% 0.6% -
XYZ 24.25 29.1 18.53 -
YUV 142.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 136 153 108 0.11 0 0.29 0.4 82.67 0.18 0.51
Hex 88 99 6C B 0 1D 28 53 12 33
Octal 210 231 154 13 0 35 50 123 22 63
Binary 10001000 10011001 1101100 1011 0 11101 101000 1010011 10010 110011

Color Harmonies of #88996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88996C

Black with #88996C

Text Example


Text Example

White with #88996C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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