Html Css Color HEX #988F65 Gurkha

📋 copy color: '#988F65'

red 152 ◦ green 143 ◦ blue 101

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

Shades of Gurkha #988F65

Tints of Gurkha #988F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.51%

R = 38.38%
G = 36.11%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#988F65 (or 0x988F65) is known color: Gurkha. HEX triplet: 98, 8F and 65. RGB value is (152,143,101). Sum of RGB (Red+Green+Blue) = 152+143+101=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #988F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F65 is #67709A. Grayscale: #8D8D8D. Windows color (decimal): -6779035 or 6655896. OLE color: 6655896.

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

Color convert

RGB 152 143 101 -
CMYK 0 0.06 0.34 0.40
HSL 49.41º 0.2% 0.5% -
HSV(B) 49.41º 0.34% 0.6% -
XYZ 25.12 27.26 16.25 -
YUV 140.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 152 143 101 0 0.06 0.34 0.40 49.41 0.2 0.5
Hex 98 8F 65 0 6 22 28 31 14 32
Octal 230 217 145 0 6 42 50 61 24 62
Binary 10011000 10001111 1100101 0 110 100010 101000 110001 10100 110010

Color Harmonies of #988F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F65

Black with #988F65

Text Example


Text Example

White with #988F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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