#969062

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

Shades of Gurkha #969062

Tints of Gurkha #969062

Color information

#969062 (or 0x969062) is unknown color: approx Gurkha. HEX triplet: 96, 90 and 62. RGB value is (150,144,98). Sum of RGB (Red+Green+Blue) = 150+144+98=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #969062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969062 is #696F9D. Grayscale: #8C8C8C. Windows color (decimal): -6909854 or 6459542. OLE color: 6459542.

HSL color Cylindrical-coordinate representation of color #969062: hue angle of 53.08º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #969062 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB15014498-
CMYK00.040.350.41
HSL53.08º20.97%48.63%-
HSV(B)53.08º34.67%58.82%-
XYZ24.7627.3115.52-
YUV140.55103.99134.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 98 (38.67% from 255) = 25%
R=38.27%
G=36.73%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501449800.040.350.4153.0820.9748.63
Hex969062042329351531
Octal226220142044351652561
Binary10010110100100001100010010010001110100111010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969062; }

 p { color: rgb(150,144,98); }

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

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

 a { background-color: rgb(150,144,98); }

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

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

 span { border-color: rgb(150,144,98); }

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