Html Css Color HEX #998F5F Gurkha

📋 copy color: '#998F5F'

red 153 ◦ green 143 ◦ blue 95

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

Shades of Gurkha #998F5F

Tints of Gurkha #998F5F

RGB

 RED value IS 153 (60.16% from 255) = 39.13%

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

 BLUE value IS 95 (37.5% from 255) = 24.3%

R = 39.13%
G = 36.57%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#998F5F (or 0x998F5F) is known color: Gurkha. HEX triplet: 99, 8F and 5F. RGB value is (153,143,95). Sum of RGB (Red+Green+Blue) = 153+143+95=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #998F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F5F is #6670A0. Grayscale: #8C8C8C. Windows color (decimal): -6713505 or 6262681. OLE color: 6262681.

HSL color Cylindrical-coordinate representation of color #998F5F: hue angle of 49.66º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #998F5F is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 143 95 -
CMYK 0 0.07 0.38 0.4
HSL 49.66º 0.23% 0.49% -
HSV(B) 49.66º 0.38% 0.6% -
XYZ 25.02 27.24 14.77 -
YUV 140.52 102.31 136.9 -
System Red Green Blue C M Y K H S L
Decimal 153 143 95 0 0.07 0.38 0.4 49.66 0.23 0.49
Hex 99 8F 5F 0 7 26 28 32 17 31
Octal 231 217 137 0 7 46 50 62 27 61
Binary 10011001 10001111 1011111 0 111 100110 101000 110010 10111 110001

Color Harmonies of #998F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998F5F

Black with #998F5F

Text Example


Text Example

White with #998F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998F5F; }

 p { color: rgb(153,143,95); }

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

background-color css

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

 a { background-color: rgb(153,143,95); }

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

border-color css

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

 span { border-color: rgb(153,143,95); }

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