#969271

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

Shades of Gurkha #969271

Tints of Gurkha #969271

Color information

#969271 (or 0x969271) is unknown color: approx Gurkha. HEX triplet: 96, 92 and 71. RGB value is (150,146,113). Sum of RGB (Red+Green+Blue) = 150+146+113=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #969271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969271 is #696D8E. Grayscale: #8F8F8F. Windows color (decimal): -6909327 or 7443094. OLE color: 7443094.

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

Color convert

RGB150146113-
CMYK00.030.250.41
HSL53.51º14.98%51.57%-
HSV(B)53.51º24.67%58.82%-
XYZ25.8428.2319.71-
YUV143.43110.83132.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 146 (57.42% from 255) = 35.70%
BLUE value IS 113 (44.53% from 255) = 27.63%
R=36.67%
G=35.70%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014611300.030.250.4153.5114.9851.57
Hex96927103192936f34
Octal226222161033151661764
Binary10010110100100101110001011110011010011101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969271; }

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

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

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

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

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

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

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

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