#999269

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

Shades of Gurkha #999269

Tints of Gurkha #999269

Color information

#999269 (or 0x999269) is unknown color: approx Gurkha. HEX triplet: 99, 92 and 69. RGB value is (153,146,105). Sum of RGB (Red+Green+Blue) = 153+146+105=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #999269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999269 is #666D96. Grayscale: #8F8F8F. Windows color (decimal): -6712727 or 6918809. OLE color: 6918809.

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

Color convert

RGB153146105-
CMYK00.050.310.4
HSL51.25º19.05%50.59%-
HSV(B)51.25º31.37%60%-
XYZ25.9728.3517.47-
YUV143.42106.32134.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.87%
GREEN value IS 146 (57.42% from 255) = 36.14%
BLUE value IS 105 (41.41% from 255) = 25.99%
R=37.87%
G=36.14%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314610500.050.310.451.2519.0550.59
Hex999269051F28331333
Octal231222151053750632363
Binary1001100110010010110100101011111110100011001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999269; }

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

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

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

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

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

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

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

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