Html Css Color HEX #988F6E Gurkha

📋 copy color: '#988F6E'

red 152 ◦ green 143 ◦ blue 110

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

Shades of Gurkha #988F6E

Tints of Gurkha #988F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.16%

R = 37.53%
G = 35.31%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#988F6E (or 0x988F6E) is known color: Gurkha. HEX triplet: 98, 8F and 6E. RGB value is (152,143,110). Sum of RGB (Red+Green+Blue) = 152+143+110=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #988F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F6E is #677091. Grayscale: #8E8E8E. Windows color (decimal): -6779026 or 7245720. OLE color: 7245720.

HSL color Cylindrical-coordinate representation of color #988F6E: hue angle of 47.14º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #988F6E is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 143 110 -
CMYK 0 0.06 0.28 0.40
HSL 47.14º 0.17% 0.51% -
HSV(B) 47.14º 0.28% 0.6% -
XYZ 25.59 27.45 18.7 -
YUV 141.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 152 143 110 0 0.06 0.28 0.40 47.14 0.17 0.51
Hex 98 8F 6E 0 6 1C 28 2F 11 33
Octal 230 217 156 0 6 34 50 57 21 63
Binary 10011000 10001111 1101110 0 110 11100 101000 101111 10001 110011

Color Harmonies of #988F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F6E

Black with #988F6E

Text Example


Text Example

White with #988F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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