Html Css Color HEX #998E62 Gurkha

📋 copy color: '#998E62'

red 153 ◦ green 142 ◦ blue 98

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

Shades of Gurkha #998E62

Tints of Gurkha #998E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.94%

R = 38.93%
G = 36.13%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#998E62 (or 0x998E62) is known color: Gurkha. HEX triplet: 99, 8E and 62. RGB value is (153,142,98). Sum of RGB (Red+Green+Blue) = 153+142+98=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #998E62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E62 is #66719D. Grayscale: #8C8C8C. Windows color (decimal): -6713758 or 6459033. OLE color: 6459033.

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

Color convert

RGB 153 142 98 -
CMYK 0 0.07 0.36 0.4
HSL 48º 0.22% 0.49% -
HSV(B) 48º 0.36% 0.6% -
XYZ 25.01 27 15.45 -
YUV 140.27 104.14 137.08 -
System Red Green Blue C M Y K H S L
Decimal 153 142 98 0 0.07 0.36 0.4 48 0.22 0.49
Hex 99 8E 62 0 7 24 28 30 16 31
Octal 231 216 142 0 7 44 50 60 26 61
Binary 10011001 10001110 1100010 0 111 100100 101000 110000 10110 110001

Color Harmonies of #998E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998E62

Black with #998E62

Text Example


Text Example

White with #998E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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