#95917F

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

Shades of Gurkha #95917F

Tints of Gurkha #95917F

Color information

#95917F (or 0x95917F) is unknown color: approx Gurkha. HEX triplet: 95, 91 and 7F. RGB value is (149,145,127). Sum of RGB (Red+Green+Blue) = 149+145+127=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 149 - color contains mainly: red. Hex color #95917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95917F is #6A6E80. Grayscale: #909090. Windows color (decimal): -6975105 or 8360341. OLE color: 8360341.

HSL color Cylindrical-coordinate representation of color #95917F: hue angle of 49.09º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95917F is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149145127-
CMYK00.030.150.42
HSL49.09º9.4%54.12%-
HSV(B)49.09º14.77%58.43%-
XYZ26.3528.1724.13-
YUV144.14118.33131.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.39%
GREEN value IS 145 (57.03% from 255) = 34.44%
BLUE value IS 127 (50% from 255) = 30.17%
R=35.39%
G=34.44%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914512700.030.150.4249.099.454.12
Hex95917F03F2A31936
Octal225221177031752611166
Binary1001010110010001111111101111111010101100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95917F; }

 p { color: rgb(149,145,127); }

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

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

 a { background-color: rgb(149,145,127); }

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

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

 span { border-color: rgb(149,145,127); }

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