Html Css Color HEX #999072 Gurkha

📋 copy color: '#999072'

red 153 ◦ green 144 ◦ blue 114

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

Shades of Gurkha #999072

Tints of Gurkha #999072

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.04%

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

R = 37.23%
G = 35.04%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#999072 (or 0x999072) is known color: Gurkha. HEX triplet: 99, 90 and 72. RGB value is (153,144,114). Sum of RGB (Red+Green+Blue) = 153+144+114=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #999072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999072 is #666F8D. Grayscale: #8F8F8F. Windows color (decimal): -6713230 or 7508121. OLE color: 7508121.

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

Color convert

RGB 153 144 114 -
CMYK 0 0.06 0.25 0.4
HSL 46.15º 0.16% 0.52% -
HSV(B) 46.15º 0.25% 0.6% -
XYZ 26.15 27.93 19.93 -
YUV 143.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 153 144 114 0 0.06 0.25 0.4 46.15 0.16 0.52
Hex 99 90 72 0 6 19 28 2E 10 34
Octal 231 220 162 0 6 31 50 56 20 64
Binary 10011001 10010000 1110010 0 110 11001 101000 101110 10000 110100

Color Harmonies of #999072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999072

Black with #999072

Text Example


Text Example

White with #999072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999072; }

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

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

background-color css

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

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

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

border-color css

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

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

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