#969273

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

Shades of Gurkha #969273

Tints of Gurkha #969273

Color information

#969273 (or 0x969273) is unknown color: approx Gurkha. HEX triplet: 96, 92 and 73. RGB value is (150,146,115). Sum of RGB (Red+Green+Blue) = 150+146+115=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 150 - color contains mainly: red. Hex color #969273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969273 is #696D8C. Grayscale: #8F8F8F. Windows color (decimal): -6909325 or 7574166. OLE color: 7574166.

HSL color Cylindrical-coordinate representation of color #969273: hue angle of 53.14º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #969273 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB150146115-
CMYK00.030.230.41
HSL53.14º14.29%51.96%-
HSV(B)53.14º23.33%58.82%-
XYZ25.9528.2820.31-
YUV143.66111.83132.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 115 (45.31% from 255) = 27.98%
R=36.50%
G=35.52%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014611500.030.230.4153.1414.2951.96
Hex96927303172935e34
Octal226222163032751651664
Binary10010110100100101110011011101111010011101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969273; }

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

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

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

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

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

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

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

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