Html Css Color HEX #998D6A Gurkha

📋 copy color: '#998D6A'

red 153 ◦ green 141 ◦ blue 106

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

Shades of Gurkha #998D6A

Tints of Gurkha #998D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.5%

R = 38.25%
G = 35.25%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#998D6A (or 0x998D6A) is known color: Gurkha. HEX triplet: 99, 8D and 6A. RGB value is (153,141,106). Sum of RGB (Red+Green+Blue) = 153+141+106=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #998D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D6A is #667295. Grayscale: #8C8C8C. Windows color (decimal): -6714006 or 6983065. OLE color: 6983065.

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

Color convert

RGB 153 141 106 -
CMYK 0 0.08 0.31 0.4
HSL 44.68º 0.19% 0.51% -
HSV(B) 44.68º 0.31% 0.6% -
XYZ 25.26 26.86 17.49 -
YUV 140.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 153 141 106 0 0.08 0.31 0.4 44.68 0.19 0.51
Hex 99 8D 6A 0 8 1F 28 2D 13 33
Octal 231 215 152 0 10 37 50 55 23 63
Binary 10011001 10001101 1101010 0 1000 11111 101000 101101 10011 110011

Color Harmonies of #998D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998D6A

Black with #998D6A

Text Example


Text Example

White with #998D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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