Html Css Color HEX #88996F Highland

📋 copy color: '#88996F'

red 136 ◦ green 153 ◦ blue 111

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

Shades of Highland #88996F

Tints of Highland #88996F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.75%

R = 34%
G = 38.25%
B = 27.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#88996F (or 0x88996F) is known color: Highland. HEX triplet: 88, 99 and 6F. RGB value is (136,153,111). Sum of RGB (Red+Green+Blue) = 136+153+111=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #88996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88996F is #776690. Grayscale: #8F8F8F. Windows color (decimal): -7825041 or 7313800. OLE color: 7313800.

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

Color convert

RGB 136 153 111 -
CMYK 0.11 0 0.27 0.4
HSL 84.29º 0.17% 0.52% -
HSV(B) 84.29º 0.27% 0.6% -
XYZ 24.41 29.16 19.38 -
YUV 143.13 109.87 122.92 -
System Red Green Blue C M Y K H S L
Decimal 136 153 111 0.11 0 0.27 0.4 84.29 0.17 0.52
Hex 88 99 6F B 0 1B 28 54 11 34
Octal 210 231 157 13 0 33 50 124 21 64
Binary 10001000 10011001 1101111 1011 0 11011 101000 1010100 10001 110100

Color Harmonies of #88996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88996F

Black with #88996F

Text Example


Text Example

White with #88996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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