Html Css Color HEX #998E6C Gurkha

📋 copy color: '#998E6C'

red 153 ◦ green 142 ◦ blue 108

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

Shades of Gurkha #998E6C

Tints of Gurkha #998E6C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.24%

 BLUE value IS 108 (42.58% from 255) = 26.8%

R = 37.97%
G = 35.24%
B = 26.8%

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

#998E6C (or 0x998E6C) is known color: Gurkha. HEX triplet: 99, 8E and 6C. RGB value is (153,142,108). Sum of RGB (Red+Green+Blue) = 153+142+108=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #998E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E6C is #667193. Grayscale: #8D8D8D. Windows color (decimal): -6713748 or 7114393. OLE color: 7114393.

HSL color Cylindrical-coordinate representation of color #998E6C: hue angle of 45.33º 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 #998E6C is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 142 108 -
CMYK 0 0.07 0.29 0.4
HSL 45.33º 0.18% 0.51% -
HSV(B) 45.33º 0.29% 0.6% -
XYZ 25.52 27.2 18.09 -
YUV 141.41 109.14 136.26 -
System Red Green Blue C M Y K H S L
Decimal 153 142 108 0 0.07 0.29 0.4 45.33 0.18 0.51
Hex 99 8E 6C 0 7 1D 28 2D 12 33
Octal 231 216 154 0 7 35 50 55 22 63
Binary 10011001 10001110 1101100 0 111 11101 101000 101101 10010 110011

Color Harmonies of #998E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998E6C

Black with #998E6C

Text Example


Text Example

White with #998E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,142,108); }

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

background-color css

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

 a { background-color: rgb(153,142,108); }

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

border-color css

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

 span { border-color: rgb(153,142,108); }

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