#999469

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

Shades of Gurkha #999469

Tints of Gurkha #999469

Color information

#999469 (or 0x999469) is unknown color: approx Gurkha. HEX triplet: 99, 94 and 69. RGB value is (153,148,105). Sum of RGB (Red+Green+Blue) = 153+148+105=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #999469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999469 is #666B96. Grayscale: #909090. Windows color (decimal): -6712215 or 6919321. OLE color: 6919321.

HSL color Cylindrical-coordinate representation of color #999469: hue angle of 53.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #999469 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB153148105-
CMYK00.030.310.4
HSL53.75º19.05%50.59%-
HSV(B)53.75º31.37%60%-
XYZ26.2828.9717.57-
YUV144.59105.66134-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 148 (58.20% from 255) = 36.45%
BLUE value IS 105 (41.41% from 255) = 25.86%
R=37.68%
G=36.45%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314810500.030.310.453.7519.0550.59
Hex999469031F28361333
Octal231224151033750662363
Binary100110011001010011010010111111110100011011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999469; }

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

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

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

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

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

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

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

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