#969375

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

Shades of Gurkha #969375

Tints of Gurkha #969375

Color information

#969375 (or 0x969375) is unknown color: approx Gurkha. HEX triplet: 96, 93 and 75. RGB value is (150,147,117). Sum of RGB (Red+Green+Blue) = 150+147+117=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #969375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969375 is #696C8A. Grayscale: #909090. Windows color (decimal): -6909067 or 7705494. OLE color: 7705494.

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

Color convert

RGB150147117-
CMYK00.020.220.41
HSL54.55º13.58%52.35%-
HSV(B)54.55º22%58.82%-
XYZ26.2228.6420.97-
YUV144.48112.49131.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.23%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=36.23%
G=35.51%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014711700.020.220.4154.5513.5852.35
Hex96937502162937e34
Octal226223165022651671664
Binary10010110100100111110101010101101010011101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969375; }

 p { color: rgb(150,147,117); }

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

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

 a { background-color: rgb(150,147,117); }

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

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

 span { border-color: rgb(150,147,117); }

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