Html Css Color HEX #988F66 Gurkha

📋 copy color: '#988F66'

red 152 ◦ green 143 ◦ blue 102

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

Shades of Gurkha #988F66

Tints of Gurkha #988F66

RGB

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

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

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

R = 38.29%
G = 36.02%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#988F66 (or 0x988F66) is known color: Gurkha. HEX triplet: 98, 8F and 66. RGB value is (152,143,102). Sum of RGB (Red+Green+Blue) = 152+143+102=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #988F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F66 is #677099. Grayscale: #8D8D8D. Windows color (decimal): -6779034 or 6721432. OLE color: 6721432.

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

Color convert

RGB 152 143 102 -
CMYK 0 0.06 0.33 0.40
HSL 49.2º 0.2% 0.5% -
HSV(B) 49.2º 0.33% 0.6% -
XYZ 25.17 27.28 16.51 -
YUV 141.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 152 143 102 0 0.06 0.33 0.40 49.2 0.2 0.5
Hex 98 8F 66 0 6 21 28 31 14 32
Octal 230 217 146 0 6 41 50 61 24 62
Binary 10011000 10001111 1100110 0 110 100001 101000 110001 10100 110010

Color Harmonies of #988F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F66

Black with #988F66

Text Example


Text Example

White with #988F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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