#99906C

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

Shades of Gurkha #99906C

Tints of Gurkha #99906C

Color information

#99906C (or 0x99906C) is unknown color: approx Gurkha. HEX triplet: 99, 90 and 6C. RGB value is (153,144,108). Sum of RGB (Red+Green+Blue) = 153+144+108=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #99906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99906C is #666F93. Grayscale: #8E8E8E. Windows color (decimal): -6713236 or 7114905. OLE color: 7114905.

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

Color convert

RGB153144108-
CMYK00.060.290.4
HSL48º18.07%51.18%-
HSV(B)48º29.41%60%-
XYZ25.8227.818.19-
YUV142.59108.48135.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.78%
GREEN value IS 144 (56.64% from 255) = 35.56%
BLUE value IS 108 (42.58% from 255) = 26.67%
R=37.78%
G=35.56%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314410800.060.290.44818.0751.18
Hex99906C061D28301233
Octal231220154063550602263
Binary1001100110010000110110001101110110100011000010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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