Html Css Color HEX #988F6D Gurkha

📋 copy color: '#988F6D'

red 152 ◦ green 143 ◦ blue 109

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

Shades of Gurkha #988F6D

Tints of Gurkha #988F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.98%

R = 37.62%
G = 35.4%
B = 26.98%

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

#988F6D (or 0x988F6D) is known color: Gurkha. HEX triplet: 98, 8F and 6D. RGB value is (152,143,109). Sum of RGB (Red+Green+Blue) = 152+143+109=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #988F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F6D is #677092. Grayscale: #8D8D8D. Windows color (decimal): -6779027 or 7180184. OLE color: 7180184.

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

Color convert

RGB 152 143 109 -
CMYK 0 0.06 0.28 0.40
HSL 47.44º 0.17% 0.51% -
HSV(B) 47.44º 0.28% 0.6% -
XYZ 25.53 27.42 18.42 -
YUV 141.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 152 143 109 0 0.06 0.28 0.40 47.44 0.17 0.51
Hex 98 8F 6D 0 6 1C 28 2F 11 33
Octal 230 217 155 0 6 34 50 57 21 63
Binary 10011000 10001111 1101101 0 110 11100 101000 101111 10001 110011

Color Harmonies of #988F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F6D

Black with #988F6D

Text Example


Text Example

White with #988F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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