Html Css Color HEX #999277 Gurkha

📋 copy color: '#999277'

red 153 ◦ green 146 ◦ blue 119

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

Shades of Gurkha #999277

Tints of Gurkha #999277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.47%

R = 36.6%
G = 34.93%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#999277 (or 0x999277) is known color: Gurkha. HEX triplet: 99, 92 and 77. RGB value is (153,146,119). Sum of RGB (Red+Green+Blue) = 153+146+119=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #999277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999277 is #666D88. Grayscale: #919191. Windows color (decimal): -6712713 or 7836313. OLE color: 7836313.

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

Color convert

RGB 153 146 119 -
CMYK 0 0.05 0.22 0.4
HSL 47.65º 0.14% 0.53% -
HSV(B) 47.65º 0.22% 0.6% -
XYZ 26.75 28.66 21.58 -
YUV 145.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 153 146 119 0 0.05 0.22 0.4 47.65 0.14 0.53
Hex 99 92 77 0 5 16 28 30 E 35
Octal 231 222 167 0 5 26 50 60 16 65
Binary 10011001 10010010 1110111 0 101 10110 101000 110000 1110 110101

Color Harmonies of #999277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999277

Black with #999277

Text Example


Text Example

White with #999277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999277; }

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

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

background-color css

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

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

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

border-color css

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

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

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