Html Css Color HEX #999272 Gurkha

📋 copy color: '#999272'

red 153 ◦ green 146 ◦ blue 114

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

Shades of Gurkha #999272

Tints of Gurkha #999272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.6%

R = 37.05%
G = 35.35%
B = 27.6%

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

#999272 (or 0x999272) is known color: Gurkha. HEX triplet: 99, 92 and 72. RGB value is (153,146,114). Sum of RGB (Red+Green+Blue) = 153+146+114=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #999272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999272 is #666D8D. Grayscale: #909090. Windows color (decimal): -6712718 or 7508633. OLE color: 7508633.

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

Color convert

RGB 153 146 114 -
CMYK 0 0.05 0.25 0.4
HSL 49.23º 0.16% 0.52% -
HSV(B) 49.23º 0.25% 0.6% -
XYZ 26.45 28.54 20.04 -
YUV 144.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 153 146 114 0 0.05 0.25 0.4 49.23 0.16 0.52
Hex 99 92 72 0 5 19 28 31 10 34
Octal 231 222 162 0 5 31 50 61 20 64
Binary 10011001 10010010 1110010 0 101 11001 101000 110001 10000 110100

Color Harmonies of #999272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999272

Black with #999272

Text Example


Text Example

White with #999272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999272; }

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

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

background-color css

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

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

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

border-color css

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

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

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