Html Css Color HEX #988E65 Gurkha

📋 copy color: '#988E65'

red 152 ◦ green 142 ◦ blue 101

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

Shades of Gurkha #988E65

Tints of Gurkha #988E65

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.95%

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

R = 38.48%
G = 35.95%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#988E65 (or 0x988E65) is known color: Gurkha. HEX triplet: 98, 8E and 65. RGB value is (152,142,101). Sum of RGB (Red+Green+Blue) = 152+142+101=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #988E65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988E65 is #67719A. Grayscale: #8C8C8C. Windows color (decimal): -6779291 or 6655640. OLE color: 6655640.

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

Color convert

RGB 152 142 101 -
CMYK 0 0.07 0.34 0.40
HSL 48.24º 0.2% 0.5% -
HSV(B) 48.24º 0.34% 0.6% -
XYZ 24.97 26.96 16.2 -
YUV 140.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 152 142 101 0 0.07 0.34 0.40 48.24 0.2 0.5
Hex 98 8E 65 0 7 22 28 30 14 32
Octal 230 216 145 0 7 42 50 60 24 62
Binary 10011000 10001110 1100101 0 111 100010 101000 110000 10100 110010

Color Harmonies of #988E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E65

Black with #988E65

Text Example


Text Example

White with #988E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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