#949073

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

Shades of Gurkha #949073

Tints of Gurkha #949073

Color information

#949073 (or 0x949073) is unknown color: approx Gurkha. HEX triplet: 94, 90 and 73. RGB value is (148,144,115). Sum of RGB (Red+Green+Blue) = 148+144+115=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 148 - color contains mainly: red. Hex color #949073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949073 is #6B6F8C. Grayscale: #8E8E8E. Windows color (decimal): -7040909 or 7573652. OLE color: 7573652.

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

Color convert

RGB148144115-
CMYK00.030.220.42
HSL52.73º13.36%51.57%-
HSV(B)52.73º22.3%58.04%-
XYZ25.2827.4820.19-
YUV141.89112.83132.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.36%
GREEN value IS 144 (56.64% from 255) = 35.38%
BLUE value IS 115 (45.31% from 255) = 28.26%
R=36.36%
G=35.38%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814411500.030.220.4252.7313.3651.57
Hex94907303162A35d34
Octal224220163032652651564
Binary10010100100100001110011011101101010101101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949073; }

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

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

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

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

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

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

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

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