#99926A

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

Shades of Gurkha #99926A

Tints of Gurkha #99926A

Color information

#99926A (or 0x99926A) is unknown color: approx Gurkha. HEX triplet: 99, 92 and 6A. RGB value is (153,146,106). Sum of RGB (Red+Green+Blue) = 153+146+106=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #99926A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99926A is #666D95. Grayscale: #8F8F8F. Windows color (decimal): -6712726 or 6984345. OLE color: 6984345.

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

Color convert

RGB153146106-
CMYK00.050.310.4
HSL51.06º18.73%50.78%-
HSV(B)51.06º30.72%60%-
XYZ26.0228.3717.74-
YUV143.53106.82134.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 146 (57.42% from 255) = 36.05%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=37.78%
G=36.05%
B=26.17%

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
Decimal15314610600.050.310.451.0618.7350.78
Hex99926A051F28331333
Octal231222152053750632363
Binary1001100110010010110101001011111110100011001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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