Html Css Color HEX #998F6D Gurkha

📋 copy color: '#998F6D'

red 153 ◦ green 143 ◦ blue 109

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

Shades of Gurkha #998F6D

Tints of Gurkha #998F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.91%

R = 37.78%
G = 35.31%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#998F6D (or 0x998F6D) is known color: Gurkha. HEX triplet: 99, 8F and 6D. RGB value is (153,143,109). Sum of RGB (Red+Green+Blue) = 153+143+109=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #998F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F6D is #667092. Grayscale: #8E8E8E. Windows color (decimal): -6713491 or 7180185. OLE color: 7180185.

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

Color convert

RGB 153 143 109 -
CMYK 0 0.07 0.29 0.4
HSL 46.36º 0.18% 0.51% -
HSV(B) 46.36º 0.29% 0.6% -
XYZ 25.72 27.52 18.42 -
YUV 142.11 109.31 135.76 -
System Red Green Blue C M Y K H S L
Decimal 153 143 109 0 0.07 0.29 0.4 46.36 0.18 0.51
Hex 99 8F 6D 0 7 1D 28 2E 12 33
Octal 231 217 155 0 7 35 50 56 22 63
Binary 10011001 10001111 1101101 0 111 11101 101000 101110 10010 110011

Color Harmonies of #998F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998F6D

Black with #998F6D

Text Example


Text Example

White with #998F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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