Html Css Color HEX #998E64 Gurkha

📋 copy color: '#998E64'

red 153 ◦ green 142 ◦ blue 100

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

Shades of Gurkha #998E64

Tints of Gurkha #998E64

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.95%

 BLUE value IS 100 (39.45% from 255) = 25.32%

R = 38.73%
G = 35.95%
B = 25.32%

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

#998E64 (or 0x998E64) is known color: Gurkha. HEX triplet: 99, 8E and 64. RGB value is (153,142,100). Sum of RGB (Red+Green+Blue) = 153+142+100=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #998E64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E64 is #66719B. Grayscale: #8C8C8C. Windows color (decimal): -6713756 or 6590105. OLE color: 6590105.

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

Color convert

RGB 153 142 100 -
CMYK 0 0.07 0.35 0.4
HSL 47.55º 0.21% 0.5% -
HSV(B) 47.55º 0.35% 0.6% -
XYZ 25.11 27.04 15.95 -
YUV 140.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 153 142 100 0 0.07 0.35 0.4 47.55 0.21 0.5
Hex 99 8E 64 0 7 23 28 30 15 32
Octal 231 216 144 0 7 43 50 60 25 62
Binary 10011001 10001110 1100100 0 111 100011 101000 110000 10101 110010

Color Harmonies of #998E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998E64

Black with #998E64

Text Example


Text Example

White with #998E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,142,100); }

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

background-color css

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

 a { background-color: rgb(153,142,100); }

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

border-color css

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

 span { border-color: rgb(153,142,100); }

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