#99947A

Color #99947A Gurkha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gurkha #99947A

Tints of Gurkha #99947A

Color information

#99947A (or 0x99947A) is unknown color: approx Gurkha. HEX triplet: 99, 94 and 7A. RGB value is (153,148,122). Sum of RGB (Red+Green+Blue) = 153+148+122=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #99947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99947A is #666B85. Grayscale: #929292. Windows color (decimal): -6712198 or 8033433. OLE color: 8033433.

HSL color Cylindrical-coordinate representation of color #99947A: hue angle of 50.32º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99947A is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB153148122-
CMYK00.030.200.4
HSL50.32º13.19%53.92%-
HSV(B)50.32º20.26%60%-
XYZ27.2429.3622.64-
YUV146.53114.16132.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.17%
GREEN value IS 148 (58.20% from 255) = 34.99%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=36.17%
G=34.99%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314812200.030.200.450.3213.1953.92
Hex99947A03142832d36
Octal231224172032450621566
Binary10011001100101001111010011101001010001100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99947A; }

 p { color: rgb(153,148,122); }

 H1.HeaderClassName
 {
   color: #99947A;
 }
 .AnyTagClassName
 {
   color: #99947A;
 }
</style>
background-color css

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

 a { background-color: rgb(153,148,122); }

 div.DivClassName
 {
   background-color: #99947A;
 }
 .BgClassName
 {
   background-color: #99947A;
 }
</style>
border-color css

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

 span { border-color: rgb(153,148,122); }

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