Html Css Color HEX #989075 Gurkha

📋 copy color: '#989075'

red 152 ◦ green 144 ◦ blue 117

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

Shades of Gurkha #989075

Tints of Gurkha #989075

RGB

 RED value IS 152 (59.77% from 255) = 36.8%

 GREEN value IS 144 (56.64% from 255) = 34.87%

 BLUE value IS 117 (46.09% from 255) = 28.33%

R = 36.8%
G = 34.87%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#989075 (or 0x989075) is known color: Gurkha. HEX triplet: 98, 90 and 75. RGB value is (152,144,117). Sum of RGB (Red+Green+Blue) = 152+144+117=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 152 - color contains mainly: red. Hex color #989075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989075 is #676F8A. Grayscale: #8F8F8F. Windows color (decimal): -6778763 or 7704728. OLE color: 7704728.

HSL color Cylindrical-coordinate representation of color #989075: hue angle of 46.29º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #989075 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 144 117 -
CMYK 0 0.05 0.23 0.40
HSL 46.29º 0.15% 0.53% -
HSV(B) 46.29º 0.23% 0.6% -
XYZ 26.13 27.91 20.84 -
YUV 143.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 152 144 117 0 0.05 0.23 0.40 46.29 0.15 0.53
Hex 98 90 75 0 5 17 28 2E F 35
Octal 230 220 165 0 5 27 50 56 17 65
Binary 10011000 10010000 1110101 0 101 10111 101000 101110 1111 110101

Color Harmonies of #989075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989075

Black with #989075

Text Example


Text Example

White with #989075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989075; }

 p { color: rgb(152,144,117); }

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

background-color css

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

 a { background-color: rgb(152,144,117); }

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

border-color css

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

 span { border-color: rgb(152,144,117); }

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