#99917A

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

Shades of Gurkha #99917A

Tints of Gurkha #99917A

Color information

#99917A (or 0x99917A) is unknown color: approx Gurkha. HEX triplet: 99, 91 and 7A. RGB value is (153,145,122). Sum of RGB (Red+Green+Blue) = 153+145+122=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #99917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99917A is #666E85. Grayscale: #909090. Windows color (decimal): -6712966 or 8032665. OLE color: 8032665.

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

Color convert

RGB153145122-
CMYK00.050.200.4
HSL44.52º13.19%53.92%-
HSV(B)44.52º20.26%60%-
XYZ26.7828.4322.49-
YUV144.77115.15133.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.43%
GREEN value IS 145 (57.03% from 255) = 34.52%
BLUE value IS 122 (48.05% from 255) = 29.05%
R=36.43%
G=34.52%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314512200.050.200.444.5213.1953.92
Hex99917A0514282dd36
Octal231221172052450551566
Binary100110011001000111110100101101001010001011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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