#95906E

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

Shades of Gurkha #95906E

Tints of Gurkha #95906E

Color information

#95906E (or 0x95906E) is unknown color: approx Gurkha. HEX triplet: 95, 90 and 6E. RGB value is (149,144,110). Sum of RGB (Red+Green+Blue) = 149+144+110=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #95906E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95906E is #6A6F91. Grayscale: #8D8D8D. Windows color (decimal): -6975378 or 7245973. OLE color: 7245973.

HSL color Cylindrical-coordinate representation of color #95906E: hue angle of 52.31º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95906E is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB149144110-
CMYK00.030.260.42
HSL52.31º15.54%50.78%-
HSV(B)52.31º26.17%58.43%-
XYZ25.1827.4618.73-
YUV141.62110.16133.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.97%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 110 (43.36% from 255) = 27.30%
R=36.97%
G=35.73%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914411000.030.260.4252.3115.5450.78
Hex95906E031A2A341033
Octal225220156033252642063
Binary100101011001000011011100111101010101011010010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95906E; }

 p { color: rgb(149,144,110); }

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

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

 a { background-color: rgb(149,144,110); }

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

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

 span { border-color: rgb(149,144,110); }

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