#96926F

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

Shades of Gurkha #96926F

Tints of Gurkha #96926F

Color information

#96926F (or 0x96926F) is unknown color: approx Gurkha. HEX triplet: 96, 92 and 6F. RGB value is (150,146,111). Sum of RGB (Red+Green+Blue) = 150+146+111=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #96926F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96926F is #696D90. Grayscale: #8F8F8F. Windows color (decimal): -6909329 or 7312022. OLE color: 7312022.

HSL color Cylindrical-coordinate representation of color #96926F: hue angle of 53.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96926F is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB150146111-
CMYK00.030.260.41
HSL53.85º15.66%51.18%-
HSV(B)53.85º26%58.82%-
XYZ25.7328.1919.12-
YUV143.21109.83132.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 111 (43.75% from 255) = 27.27%
R=36.86%
G=35.87%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014611100.030.260.4153.8515.6651.18
Hex96926F031A29361033
Octal226222157033251662063
Binary100101101001001011011110111101010100111011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96926F; }

 p { color: rgb(150,146,111); }

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

<style>
 a { background-color: #96926F; }

 a { background-color: rgb(150,146,111); }

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

<style>
 span { border-color: #96926F; }

 span { border-color: rgb(150,146,111); }

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