Html Css Color HEX #988F62 Gurkha

📋 copy color: '#988F62'

red 152 ◦ green 143 ◦ blue 98

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

Shades of Gurkha #988F62

Tints of Gurkha #988F62

RGB

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

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

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

R = 38.68%
G = 36.39%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#988F62 (or 0x988F62) is known color: Gurkha. HEX triplet: 98, 8F and 62. RGB value is (152,143,98). Sum of RGB (Red+Green+Blue) = 152+143+98=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #988F62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F62 is #67709D. Grayscale: #8C8C8C. Windows color (decimal): -6779038 or 6459288. OLE color: 6459288.

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

Color convert

RGB 152 143 98 -
CMYK 0 0.06 0.36 0.40
HSL 50º 0.22% 0.49% -
HSV(B) 50º 0.36% 0.6% -
XYZ 24.98 27.2 15.49 -
YUV 140.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 152 143 98 0 0.06 0.36 0.40 50 0.22 0.49
Hex 98 8F 62 0 6 24 28 32 16 31
Octal 230 217 142 0 6 44 50 62 26 61
Binary 10011000 10001111 1100010 0 110 100100 101000 110010 10110 110001

Color Harmonies of #988F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F62

Black with #988F62

Text Example


Text Example

White with #988F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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