#99936E

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

Shades of Gurkha #99936E

Tints of Gurkha #99936E

Color information

#99936E (or 0x99936E) is unknown color: approx Gurkha. HEX triplet: 99, 93 and 6E. RGB value is (153,147,110). Sum of RGB (Red+Green+Blue) = 153+147+110=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #99936E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99936E is #666C91. Grayscale: #909090. Windows color (decimal): -6712466 or 7246745. OLE color: 7246745.

HSL color Cylindrical-coordinate representation of color #99936E: hue angle of 51.63º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99936E is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB153147110-
CMYK00.040.280.4
HSL51.63º17.41%51.57%-
HSV(B)51.63º28.1%60%-
XYZ26.3928.7718.91-
YUV144.58108.49134.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.32%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 110 (43.36% from 255) = 26.83%
R=37.32%
G=35.85%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314711000.040.280.451.6317.4151.57
Hex99936E041C28341134
Octal231223156043450642164
Binary1001100110010011110111001001110010100011010010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99936E; }

 p { color: rgb(153,147,110); }

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

<style>
 a { background-color: #99936E; }

 a { background-color: rgb(153,147,110); }

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

<style>
 span { border-color: #99936E; }

 span { border-color: rgb(153,147,110); }

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