Html Css Color HEX #998F63 Gurkha

📋 copy color: '#998F63'

red 153 ◦ green 143 ◦ blue 99

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

Shades of Gurkha #998F63

Tints of Gurkha #998F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.06%

R = 38.73%
G = 36.2%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#998F63 (or 0x998F63) is known color: Gurkha. HEX triplet: 99, 8F and 63. RGB value is (153,143,99). Sum of RGB (Red+Green+Blue) = 153+143+99=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #998F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F63 is #66709C. Grayscale: #8D8D8D. Windows color (decimal): -6713501 or 6524825. OLE color: 6524825.

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

Color convert

RGB 153 143 99 -
CMYK 0 0.07 0.35 0.4
HSL 48.89º 0.21% 0.49% -
HSV(B) 48.89º 0.35% 0.6% -
XYZ 25.21 27.32 15.75 -
YUV 140.97 104.31 136.58 -
System Red Green Blue C M Y K H S L
Decimal 153 143 99 0 0.07 0.35 0.4 48.89 0.21 0.49
Hex 99 8F 63 0 7 23 28 31 15 31
Octal 231 217 143 0 7 43 50 61 25 61
Binary 10011001 10001111 1100011 0 111 100011 101000 110001 10101 110001

Color Harmonies of #998F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998F63

Black with #998F63

Text Example


Text Example

White with #998F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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