Html Css Color HEX #988F73 Gurkha

📋 copy color: '#988F73'

red 152 ◦ green 143 ◦ blue 115

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

Shades of Gurkha #988F73

Tints of Gurkha #988F73

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.88%

 BLUE value IS 115 (45.31% from 255) = 28.05%

R = 37.07%
G = 34.88%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#988F73 (or 0x988F73) is known color: Gurkha. HEX triplet: 98, 8F and 73. RGB value is (152,143,115). Sum of RGB (Red+Green+Blue) = 152+143+115=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #988F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F73 is #67708C. Grayscale: #8E8E8E. Windows color (decimal): -6779021 or 7573400. OLE color: 7573400.

HSL color Cylindrical-coordinate representation of color #988F73: hue angle of 45.41º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #988F73 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 143 115 -
CMYK 0 0.06 0.24 0.40
HSL 45.41º 0.15% 0.52% -
HSV(B) 45.41º 0.24% 0.6% -
XYZ 25.87 27.56 20.18 -
YUV 142.5 112.48 134.78 -
System Red Green Blue C M Y K H S L
Decimal 152 143 115 0 0.06 0.24 0.40 45.41 0.15 0.52
Hex 98 8F 73 0 6 18 28 2D F 34
Octal 230 217 163 0 6 30 50 55 17 64
Binary 10011000 10001111 1110011 0 110 11000 101000 101101 1111 110100

Color Harmonies of #988F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F73

Black with #988F73

Text Example


Text Example

White with #988F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988F73; }

 p { color: rgb(152,143,115); }

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

background-color css

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

 a { background-color: rgb(152,143,115); }

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

border-color css

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

 span { border-color: rgb(152,143,115); }

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