Html Css Color HEX #89996D Highland

📋 copy color: '#89996D'

red 137 ◦ green 153 ◦ blue 109

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

Shades of Highland #89996D

Tints of Highland #89996D

RGB

 RED value IS 137 (53.91% from 255) = 34.34%

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

 BLUE value IS 109 (42.97% from 255) = 27.32%

R = 34.34%
G = 38.35%
B = 27.32%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#89996D (or 0x89996D) is known color: Highland. HEX triplet: 89, 99 and 6D. RGB value is (137,153,109). Sum of RGB (Red+Green+Blue) = 137+153+109=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #89996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89996D is #766692. Grayscale: #8F8F8F. Windows color (decimal): -7759507 or 7182729. OLE color: 7182729.

HSL color Cylindrical-coordinate representation of color #89996D: hue angle of 81.82º 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 #89996D is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 137 153 109 -
CMYK 0.10 0 0.29 0.4
HSL 81.82º 0.18% 0.51% -
HSV(B) 81.82º 0.29% 0.6% -
XYZ 24.47 29.2 18.82 -
YUV 143.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 137 153 109 0.10 0 0.29 0.4 81.82 0.18 0.51
Hex 89 99 6D A 0 1D 28 52 12 33
Octal 211 231 155 12 0 35 50 122 22 63
Binary 10001001 10011001 1101101 1010 0 11101 101000 1010010 10010 110011

Color Harmonies of #89996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89996D

Black with #89996D

Text Example


Text Example

White with #89996D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,153,109); }

 H1.HeaderClassName
 {
   color: #89996D;
 }
 .AnyTagClassName
 {
   color: #89996D;
 }
</style>

background-color css

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

 a { background-color: rgb(137,153,109); }

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

border-color css

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

 span { border-color: rgb(137,153,109); }

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