#99967A

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

Shades of Gurkha #99967A

Tints of Gurkha #99967A

Color information

#99967A (or 0x99967A) is unknown color: approx Gurkha. HEX triplet: 99, 96 and 7A. RGB value is (153,150,122). Sum of RGB (Red+Green+Blue) = 153+150+122=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 153 - color contains mainly: red. Hex color #99967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99967A is #666985. Grayscale: #939393. Windows color (decimal): -6711686 or 8033945. OLE color: 8033945.

HSL color Cylindrical-coordinate representation of color #99967A: hue angle of 54.19º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99967A is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB153150122-
CMYK00.020.200.4
HSL54.19º13.19%53.92%-
HSV(B)54.19º20.26%60%-
XYZ27.5629.9922.75-
YUV147.7113.49131.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 122 (48.05% from 255) = 28.71%
R=36%
G=35.29%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315012200.020.200.454.1913.1953.92
Hex99967A02142836d36
Octal231226172022450661566
Binary10011001100101101111010010101001010001101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,150,122); }

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

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

 a { background-color: rgb(153,150,122); }

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

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

 span { border-color: rgb(153,150,122); }

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