#99906B

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

Shades of Gurkha #99906B

Tints of Gurkha #99906B

Color information

#99906B (or 0x99906B) is unknown color: approx Gurkha. HEX triplet: 99, 90 and 6B. RGB value is (153,144,107). Sum of RGB (Red+Green+Blue) = 153+144+107=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #99906B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99906B is #666F94. Grayscale: #8E8E8E. Windows color (decimal): -6713237 or 7049369. OLE color: 7049369.

HSL color Cylindrical-coordinate representation of color #99906B: hue angle of 48.26º 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 #99906B is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB153144107-
CMYK00.060.300.4
HSL48.26º18.4%50.98%-
HSV(B)48.26º30.07%60%-
XYZ25.7627.7817.91-
YUV142.47107.98135.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.87%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 107 (42.19% from 255) = 26.49%
R=37.87%
G=35.64%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314410700.060.300.448.2618.450.98
Hex99906B061E28301233
Octal231220153063650602263
Binary1001100110010000110101101101111010100011000010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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