Html Css Color HEX #999273 Gurkha

📋 copy color: '#999273'

red 153 ◦ green 146 ◦ blue 115

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

Shades of Gurkha #999273

Tints of Gurkha #999273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.78%

R = 36.96%
G = 35.27%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#999273 (or 0x999273) is known color: Gurkha. HEX triplet: 99, 92 and 73. RGB value is (153,146,115). Sum of RGB (Red+Green+Blue) = 153+146+115=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #999273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999273 is #666D8C. Grayscale: #909090. Windows color (decimal): -6712717 or 7574169. OLE color: 7574169.

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

Color convert

RGB 153 146 115 -
CMYK 0 0.05 0.25 0.4
HSL 48.95º 0.16% 0.53% -
HSV(B) 48.95º 0.25% 0.6% -
XYZ 26.51 28.57 20.34 -
YUV 144.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 153 146 115 0 0.05 0.25 0.4 48.95 0.16 0.53
Hex 99 92 73 0 5 19 28 31 10 35
Octal 231 222 163 0 5 31 50 61 20 65
Binary 10011001 10010010 1110011 0 101 11001 101000 110001 10000 110101

Color Harmonies of #999273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999273

Black with #999273

Text Example


Text Example

White with #999273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999273; }

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

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

background-color css

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

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

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

border-color css

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

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

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