#99926C

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

Shades of Gurkha #99926C

Tints of Gurkha #99926C

Color information

#99926C (or 0x99926C) is unknown color: approx Gurkha. HEX triplet: 99, 92 and 6C. RGB value is (153,146,108). Sum of RGB (Red+Green+Blue) = 153+146+108=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #99926C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99926C is #666D93. Grayscale: #8F8F8F. Windows color (decimal): -6712724 or 7115417. OLE color: 7115417.

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

Color convert

RGB153146108-
CMYK00.050.290.4
HSL50.67º18.07%51.18%-
HSV(B)50.67º29.41%60%-
XYZ26.1228.4118.29-
YUV143.76107.82134.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.59%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 108 (42.58% from 255) = 26.54%
R=37.59%
G=35.87%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314610800.050.290.450.6718.0751.18
Hex99926C051D28331233
Octal231222154053550632263
Binary1001100110010010110110001011110110100011001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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