#99927A

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

Shades of Gurkha #99927A

Tints of Gurkha #99927A

Color information

#99927A (or 0x99927A) is unknown color: approx Gurkha. HEX triplet: 99, 92 and 7A. RGB value is (153,146,122). Sum of RGB (Red+Green+Blue) = 153+146+122=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 153 - color contains mainly: red. Hex color #99927A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99927A is #666D85. Grayscale: #919191. Windows color (decimal): -6712710 or 8032921. OLE color: 8032921.

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

Color convert

RGB153146122-
CMYK00.050.200.4
HSL46.45º13.19%53.92%-
HSV(B)46.45º20.26%60%-
XYZ26.9328.7422.54-
YUV145.36114.82133.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.34%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 122 (48.05% from 255) = 28.98%
R=36.34%
G=34.68%
B=28.98%

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
Decimal15314612200.050.200.446.4513.1953.92
Hex99927A0514282ed36
Octal231222172052450561566
Binary100110011001001011110100101101001010001011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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