Html Css Color HEX #988F6C Gurkha

📋 copy color: '#988F6C'

red 152 ◦ green 143 ◦ blue 108

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

Shades of Gurkha #988F6C

Tints of Gurkha #988F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.8%

R = 37.72%
G = 35.48%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#988F6C (or 0x988F6C) is known color: Gurkha. HEX triplet: 98, 8F and 6C. RGB value is (152,143,108). Sum of RGB (Red+Green+Blue) = 152+143+108=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #988F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F6C is #677093. Grayscale: #8D8D8D. Windows color (decimal): -6779028 or 7114648. OLE color: 7114648.

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

Color convert

RGB 152 143 108 -
CMYK 0 0.06 0.29 0.40
HSL 47.73º 0.18% 0.51% -
HSV(B) 47.73º 0.29% 0.6% -
XYZ 25.48 27.4 18.13 -
YUV 141.7 108.98 135.35 -
System Red Green Blue C M Y K H S L
Decimal 152 143 108 0 0.06 0.29 0.40 47.73 0.18 0.51
Hex 98 8F 6C 0 6 1D 28 30 12 33
Octal 230 217 154 0 6 35 50 60 22 63
Binary 10011000 10001111 1101100 0 110 11101 101000 110000 10010 110011

Color Harmonies of #988F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F6C

Black with #988F6C

Text Example


Text Example

White with #988F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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