Html Css Color HEX #999275 Gurkha

📋 copy color: '#999275'

red 153 ◦ green 146 ◦ blue 117

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

Shades of Gurkha #999275

Tints of Gurkha #999275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.13%

R = 36.78%
G = 35.1%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#999275 (or 0x999275) is known color: Gurkha. HEX triplet: 99, 92 and 75. RGB value is (153,146,117). Sum of RGB (Red+Green+Blue) = 153+146+117=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 153 - color contains mainly: red. Hex color #999275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999275 is #666D8A. Grayscale: #909090. Windows color (decimal): -6712715 or 7705241. OLE color: 7705241.

HSL color Cylindrical-coordinate representation of color #999275: hue angle of 48.33º 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 #999275 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 146 117 -
CMYK 0 0.05 0.24 0.4
HSL 48.33º 0.15% 0.53% -
HSV(B) 48.33º 0.24% 0.6% -
XYZ 26.63 28.61 20.95 -
YUV 144.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 153 146 117 0 0.05 0.24 0.4 48.33 0.15 0.53
Hex 99 92 75 0 5 18 28 30 F 35
Octal 231 222 165 0 5 30 50 60 17 65
Binary 10011001 10010010 1110101 0 101 11000 101000 110000 1111 110101

Color Harmonies of #999275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999275

Black with #999275

Text Example


Text Example

White with #999275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999275; }

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

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

background-color css

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

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

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

border-color css

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

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

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