Html Css Color HEX #988E66 Gurkha

📋 copy color: '#988E66'

red 152 ◦ green 142 ◦ blue 102

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

Shades of Gurkha #988E66

Tints of Gurkha #988E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.76%

R = 38.38%
G = 35.86%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#988E66 (or 0x988E66) is known color: Gurkha. HEX triplet: 98, 8E and 66. RGB value is (152,142,102). Sum of RGB (Red+Green+Blue) = 152+142+102=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #988E66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988E66 is #677199. Grayscale: #8C8C8C. Windows color (decimal): -6779290 or 6721176. OLE color: 6721176.

HSL color Cylindrical-coordinate representation of color #988E66: hue angle of 48º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #988E66 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 142 102 -
CMYK 0 0.07 0.33 0.40
HSL 48º 0.2% 0.5% -
HSV(B) 48º 0.33% 0.6% -
XYZ 25.02 26.98 16.46 -
YUV 140.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 152 142 102 0 0.07 0.33 0.40 48 0.2 0.5
Hex 98 8E 66 0 7 21 28 30 14 32
Octal 230 216 146 0 7 41 50 60 24 62
Binary 10011000 10001110 1100110 0 111 100001 101000 110000 10100 110010

Color Harmonies of #988E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E66

Black with #988E66

Text Example


Text Example

White with #988E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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