Html Css Color HEX #999474 Gurkha

📋 copy color: '#999474'

red 153 ◦ green 148 ◦ blue 116

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

Shades of Gurkha #999474

Tints of Gurkha #999474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.49%

 BLUE value IS 116 (45.7% from 255) = 27.82%

R = 36.69%
G = 35.49%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#999474 (or 0x999474) is known color: Gurkha. HEX triplet: 99, 94 and 74. RGB value is (153,148,116). Sum of RGB (Red+Green+Blue) = 153+148+116=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 153 - color contains mainly: red. Hex color #999474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999474 is #666B8B. Grayscale: #919191. Windows color (decimal): -6712204 or 7640217. OLE color: 7640217.

HSL color Cylindrical-coordinate representation of color #999474: hue angle of 51.89º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #999474 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 148 116 -
CMYK 0 0.03 0.24 0.4
HSL 51.89º 0.15% 0.53% -
HSV(B) 51.89º 0.24% 0.6% -
XYZ 26.88 29.21 20.75 -
YUV 145.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 153 148 116 0 0.03 0.24 0.4 51.89 0.15 0.53
Hex 99 94 74 0 3 18 28 34 F 35
Octal 231 224 164 0 3 30 50 64 17 65
Binary 10011001 10010100 1110100 0 11 11000 101000 110100 1111 110101

Color Harmonies of #999474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999474

Black with #999474

Text Example


Text Example

White with #999474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999474; }

 p { color: rgb(153,148,116); }

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

background-color css

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

 a { background-color: rgb(153,148,116); }

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

border-color css

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

 span { border-color: rgb(153,148,116); }

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