Html Css Color HEX #988E62 Gurkha

📋 copy color: '#988E62'

red 152 ◦ green 142 ◦ blue 98

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

Shades of Gurkha #988E62

Tints of Gurkha #988E62

RGB

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

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

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

R = 38.78%
G = 36.22%
B = 25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#988E62 (or 0x988E62) is known color: Gurkha. HEX triplet: 98, 8E and 62. RGB value is (152,142,98). Sum of RGB (Red+Green+Blue) = 152+142+98=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #988E62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988E62 is #67719D. Grayscale: #8C8C8C. Windows color (decimal): -6779294 or 6459032. OLE color: 6459032.

HSL color Cylindrical-coordinate representation of color #988E62: hue angle of 48.89º 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 #988E62 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 142 98 -
CMYK 0 0.07 0.36 0.40
HSL 48.89º 0.22% 0.49% -
HSV(B) 48.89º 0.36% 0.6% -
XYZ 24.83 26.9 15.44 -
YUV 139.97 104.31 136.58 -
System Red Green Blue C M Y K H S L
Decimal 152 142 98 0 0.07 0.36 0.40 48.89 0.22 0.49
Hex 98 8E 62 0 7 24 28 31 16 31
Octal 230 216 142 0 7 44 50 61 26 61
Binary 10011000 10001110 1100010 0 111 100100 101000 110001 10110 110001

Color Harmonies of #988E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E62

Black with #988E62

Text Example


Text Example

White with #988E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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