Html Css Color HEX #988C62 Gurkha

📋 copy color: '#988C62'

red 152 ◦ green 140 ◦ blue 98

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

Shades of Gurkha #988C62

Tints of Gurkha #988C62

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.9%

 BLUE value IS 98 (38.67% from 255) = 25.13%

R = 38.97%
G = 35.9%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#988C62 (or 0x988C62) is known color: Gurkha. HEX triplet: 98, 8C and 62. RGB value is (152,140,98). Sum of RGB (Red+Green+Blue) = 152+140+98=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #988C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C62 is #67739D. Grayscale: #8A8A8A. Windows color (decimal): -6779806 or 6458520. OLE color: 6458520.

HSL color Cylindrical-coordinate representation of color #988C62: hue angle of 46.67º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #988C62 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 140 98 -
CMYK 0 0.08 0.36 0.40
HSL 46.67º 0.22% 0.49% -
HSV(B) 46.67º 0.36% 0.6% -
XYZ 24.53 26.31 15.34 -
YUV 138.8 104.98 137.42 -
System Red Green Blue C M Y K H S L
Decimal 152 140 98 0 0.08 0.36 0.40 46.67 0.22 0.49
Hex 98 8C 62 0 8 24 28 2F 16 31
Octal 230 214 142 0 10 44 50 57 26 61
Binary 10011000 10001100 1100010 0 1000 100100 101000 101111 10110 110001

Color Harmonies of #988C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C62

Black with #988C62

Text Example


Text Example

White with #988C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,140,98); }

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

background-color css

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

 a { background-color: rgb(152,140,98); }

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

border-color css

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

 span { border-color: rgb(152,140,98); }

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