#949176

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

Shades of Gurkha #949176

Tints of Gurkha #949176

Color information

#949176 (or 0x949176) is unknown color: approx Gurkha. HEX triplet: 94, 91 and 76. RGB value is (148,145,118). Sum of RGB (Red+Green+Blue) = 148+145+118=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 148 - color contains mainly: red. Hex color #949176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949176 is #6B6E89. Grayscale: #8E8E8E. Windows color (decimal): -7040650 or 7770516. OLE color: 7770516.

HSL color Cylindrical-coordinate representation of color #949176: hue angle of 54º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #949176 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB148145118-
CMYK00.020.200.42
HSL54º12.3%52.16%-
HSV(B)54º20.27%58.04%-
XYZ25.6127.8521.17-
YUV142.82113.99131.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.01%
GREEN value IS 145 (57.03% from 255) = 35.28%
BLUE value IS 118 (46.48% from 255) = 28.71%
R=36.01%
G=35.28%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814511800.020.200.425412.352.16
Hex94917602142A36c34
Octal224221166022452661464
Binary10010100100100011110110010101001010101101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949176; }

 p { color: rgb(148,145,118); }

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

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

 a { background-color: rgb(148,145,118); }

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

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

 span { border-color: rgb(148,145,118); }

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