Html Css Color HEX #998D6B Gurkha

📋 copy color: '#998D6B'

red 153 ◦ green 141 ◦ blue 107

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

Shades of Gurkha #998D6B

Tints of Gurkha #998D6B

RGB

 RED value IS 153 (60.16% from 255) = 38.15%

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

 BLUE value IS 107 (42.19% from 255) = 26.68%

R = 38.15%
G = 35.16%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#998D6B (or 0x998D6B) is known color: Gurkha. HEX triplet: 99, 8D and 6B. RGB value is (153,141,107). Sum of RGB (Red+Green+Blue) = 153+141+107=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #998D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D6B is #667294. Grayscale: #8C8C8C. Windows color (decimal): -6714005 or 7048601. OLE color: 7048601.

HSL color Cylindrical-coordinate representation of color #998D6B: hue angle of 44.35º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #998D6B is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 141 107 -
CMYK 0 0.08 0.30 0.4
HSL 44.35º 0.18% 0.51% -
HSV(B) 44.35º 0.3% 0.6% -
XYZ 25.32 26.88 17.76 -
YUV 140.71 108.98 136.76 -
System Red Green Blue C M Y K H S L
Decimal 153 141 107 0 0.08 0.30 0.4 44.35 0.18 0.51
Hex 99 8D 6B 0 8 1E 28 2C 12 33
Octal 231 215 153 0 10 36 50 54 22 63
Binary 10011001 10001101 1101011 0 1000 11110 101000 101100 10010 110011

Color Harmonies of #998D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998D6B

Black with #998D6B

Text Example


Text Example

White with #998D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998D6B; }

 p { color: rgb(153,141,107); }

 H1.HeaderClassName
 {
   color: #998D6B;
 }
 .AnyTagClassName
 {
   color: #998D6B;
 }
</style>

background-color css

<style>
 a { background-color: #998D6B; }

 a { background-color: rgb(153,141,107); }

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

border-color css

<style>
 span { border-color: #998D6B; }

 span { border-color: rgb(153,141,107); }

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