Html Css Color HEX #988E68 Gurkha

📋 copy color: '#988E68'

red 152 ◦ green 142 ◦ blue 104

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

Shades of Gurkha #988E68

Tints of Gurkha #988E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.13%

R = 38.19%
G = 35.68%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#988E68 (or 0x988E68) is known color: Gurkha. HEX triplet: 98, 8E and 68. RGB value is (152,142,104). Sum of RGB (Red+Green+Blue) = 152+142+104=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #988E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988E68 is #677197. Grayscale: #8C8C8C. Windows color (decimal): -6779288 or 6852248. OLE color: 6852248.

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

Color convert

RGB 152 142 104 -
CMYK 0 0.07 0.32 0.40
HSL 47.5º 0.19% 0.5% -
HSV(B) 47.5º 0.32% 0.6% -
XYZ 25.12 27.02 16.99 -
YUV 140.66 107.31 136.09 -
System Red Green Blue C M Y K H S L
Decimal 152 142 104 0 0.07 0.32 0.40 47.5 0.19 0.5
Hex 98 8E 68 0 7 20 28 30 13 32
Octal 230 216 150 0 7 40 50 60 23 62
Binary 10011000 10001110 1101000 0 111 100000 101000 110000 10011 110010

Color Harmonies of #988E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E68

Black with #988E68

Text Example


Text Example

White with #988E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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