Html Css Color HEX #999271 Gurkha

📋 copy color: '#999271'

red 153 ◦ green 146 ◦ blue 113

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

Shades of Gurkha #999271

Tints of Gurkha #999271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.44%

 BLUE value IS 113 (44.53% from 255) = 27.43%

R = 37.14%
G = 35.44%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#999271 (or 0x999271) is known color: Gurkha. HEX triplet: 99, 92 and 71. RGB value is (153,146,113). Sum of RGB (Red+Green+Blue) = 153+146+113=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 153 - color contains mainly: red. Hex color #999271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999271 is #666D8E. Grayscale: #909090. Windows color (decimal): -6712719 or 7443097. OLE color: 7443097.

HSL color Cylindrical-coordinate representation of color #999271: hue angle of 49.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #999271 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 146 113 -
CMYK 0 0.05 0.26 0.4
HSL 49.5º 0.16% 0.52% -
HSV(B) 49.5º 0.26% 0.6% -
XYZ 26.4 28.52 19.74 -
YUV 144.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 153 146 113 0 0.05 0.26 0.4 49.5 0.16 0.52
Hex 99 92 71 0 5 1A 28 32 10 34
Octal 231 222 161 0 5 32 50 62 20 64
Binary 10011001 10010010 1110001 0 101 11010 101000 110010 10000 110100

Color Harmonies of #999271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999271

Black with #999271

Text Example


Text Example

White with #999271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999271; }

 p { color: rgb(153,146,113); }

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

background-color css

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

 a { background-color: rgb(153,146,113); }

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

border-color css

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

 span { border-color: rgb(153,146,113); }

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