#949075

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

Shades of Gurkha #949075

Tints of Gurkha #949075

Color information

#949075 (or 0x949075) is unknown color: approx Gurkha. HEX triplet: 94, 90 and 75. RGB value is (148,144,117). Sum of RGB (Red+Green+Blue) = 148+144+117=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #949075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949075 is #6B6F8A. Grayscale: #8E8E8E. Windows color (decimal): -7040907 or 7704724. OLE color: 7704724.

HSL color Cylindrical-coordinate representation of color #949075: hue angle of 52.26º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #949075 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB148144117-
CMYK00.030.210.42
HSL52.26º12.65%51.96%-
HSV(B)52.26º20.95%58.04%-
XYZ25.427.5320.8-
YUV142.12113.83132.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=36.19%
G=35.21%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814411700.030.210.4252.2612.6551.96
Hex94907503152A34d34
Octal224220165032552641564
Binary10010100100100001110101011101011010101101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949075; }

 p { color: rgb(148,144,117); }

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

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

 a { background-color: rgb(148,144,117); }

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

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

 span { border-color: rgb(148,144,117); }

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