Html Css Color HEX #998F6E Gurkha

📋 copy color: '#998F6E'

red 153 ◦ green 143 ◦ blue 110

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

Shades of Gurkha #998F6E

Tints of Gurkha #998F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.09%

R = 37.68%
G = 35.22%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#998F6E (or 0x998F6E) is known color: Gurkha. HEX triplet: 99, 8F and 6E. RGB value is (153,143,110). Sum of RGB (Red+Green+Blue) = 153+143+110=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #998F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F6E is #667091. Grayscale: #8E8E8E. Windows color (decimal): -6713490 or 7245721. OLE color: 7245721.

HSL color Cylindrical-coordinate representation of color #998F6E: hue angle of 46.05º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #998F6E is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 143 110 -
CMYK 0 0.07 0.28 0.4
HSL 46.05º 0.17% 0.52% -
HSV(B) 46.05º 0.28% 0.6% -
XYZ 25.77 27.54 18.71 -
YUV 142.23 109.81 135.68 -
System Red Green Blue C M Y K H S L
Decimal 153 143 110 0 0.07 0.28 0.4 46.05 0.17 0.52
Hex 99 8F 6E 0 7 1C 28 2E 11 34
Octal 231 217 156 0 7 34 50 56 21 64
Binary 10011001 10001111 1101110 0 111 11100 101000 101110 10001 110100

Color Harmonies of #998F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998F6E

Black with #998F6E

Text Example


Text Example

White with #998F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,143,110); }

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

background-color css

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

 a { background-color: rgb(153,143,110); }

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

border-color css

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

 span { border-color: rgb(153,143,110); }

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