Html Css Color HEX #988D67 Gurkha

📋 copy color: '#988D67'

red 152 ◦ green 141 ◦ blue 103

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

Shades of Gurkha #988D67

Tints of Gurkha #988D67

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.61%

 BLUE value IS 103 (40.63% from 255) = 26.01%

R = 38.38%
G = 35.61%
B = 26.01%

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

#988D67 (or 0x988D67) is known color: Gurkha. HEX triplet: 98, 8D and 67. RGB value is (152,141,103). Sum of RGB (Red+Green+Blue) = 152+141+103=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #988D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988D67 is #677298. Grayscale: #8C8C8C. Windows color (decimal): -6779545 or 6786456. OLE color: 6786456.

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

Color convert

RGB 152 141 103 -
CMYK 0 0.07 0.32 0.40
HSL 46.53º 0.19% 0.5% -
HSV(B) 46.53º 0.32% 0.6% -
XYZ 24.92 26.7 16.67 -
YUV 139.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 152 141 103 0 0.07 0.32 0.40 46.53 0.19 0.5
Hex 98 8D 67 0 7 20 28 2F 13 32
Octal 230 215 147 0 7 40 50 57 23 62
Binary 10011000 10001101 1100111 0 111 100000 101000 101111 10011 110010

Color Harmonies of #988D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988D67

Black with #988D67

Text Example


Text Example

White with #988D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,141,103); }

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

background-color css

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

 a { background-color: rgb(152,141,103); }

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

border-color css

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

 span { border-color: rgb(152,141,103); }

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