#99926B

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

Shades of Gurkha #99926B

Tints of Gurkha #99926B

Color information

#99926B (or 0x99926B) is unknown color: approx Gurkha. HEX triplet: 99, 92 and 6B. RGB value is (153,146,107). Sum of RGB (Red+Green+Blue) = 153+146+107=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #99926B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99926B is #666D94. Grayscale: #8F8F8F. Windows color (decimal): -6712725 or 7049881. OLE color: 7049881.

HSL color Cylindrical-coordinate representation of color #99926B: hue angle of 50.87º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99926B is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB153146107-
CMYK00.050.300.4
HSL50.87º18.4%50.98%-
HSV(B)50.87º30.07%60%-
XYZ26.0728.3918.02-
YUV143.65107.32134.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 146 (57.42% from 255) = 35.96%
BLUE value IS 107 (42.19% from 255) = 26.35%
R=37.68%
G=35.96%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314610700.050.300.450.8718.450.98
Hex99926B051E28331233
Octal231222153053650632263
Binary1001100110010010110101101011111010100011001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99926B; }

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

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

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

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

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

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

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

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