#95917D

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

Shades of Gurkha #95917D

Tints of Gurkha #95917D

Color information

#95917D (or 0x95917D) is unknown color: approx Gurkha. HEX triplet: 95, 91 and 7D. RGB value is (149,145,125). Sum of RGB (Red+Green+Blue) = 149+145+125=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 149 - color contains mainly: red. Hex color #95917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95917D is #6A6E82. Grayscale: #909090. Windows color (decimal): -6975107 or 8229269. OLE color: 8229269.

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

Color convert

RGB149145125-
CMYK00.030.160.42
HSL50º10.17%53.73%-
HSV(B)50º16.11%58.43%-
XYZ26.2228.1223.45-
YUV143.92117.33131.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.56%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 125 (49.22% from 255) = 29.83%
R=35.56%
G=34.61%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914512500.030.160.425010.1753.73
Hex95917D03102A32a36
Octal225221175032052621266
Binary10010101100100011111101011100001010101100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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