#95917C

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

Shades of Gurkha #95917C

Tints of Gurkha #95917C

Color information

#95917C (or 0x95917C) is unknown color: approx Gurkha. HEX triplet: 95, 91 and 7C. RGB value is (149,145,124). Sum of RGB (Red+Green+Blue) = 149+145+124=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 149 - color contains mainly: red. Hex color #95917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95917C is #6A6E83. Grayscale: #8F8F8F. Windows color (decimal): -6975108 or 8163733. OLE color: 8163733.

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

Color convert

RGB149145124-
CMYK00.030.170.42
HSL50.4º10.55%53.53%-
HSV(B)50.4º16.78%58.43%-
XYZ26.1628.123.11-
YUV143.8116.83131.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.65%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=35.65%
G=34.69%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914512400.030.170.4250.410.5553.53
Hex95917C03112A32b36
Octal225221174032152621366
Binary10010101100100011111100011100011010101100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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