#95917B

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

Shades of Gurkha #95917B

Tints of Gurkha #95917B

Color information

#95917B (or 0x95917B) is unknown color: approx Gurkha. HEX triplet: 95, 91 and 7B. RGB value is (149,145,123). Sum of RGB (Red+Green+Blue) = 149+145+123=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #95917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95917B is #6A6E84. Grayscale: #8F8F8F. Windows color (decimal): -6975109 or 8098197. OLE color: 8098197.

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

Color convert

RGB149145123-
CMYK00.030.170.42
HSL50.77º10.92%53.33%-
HSV(B)50.77º17.45%58.43%-
XYZ26.0928.0722.78-
YUV143.69116.33131.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 145 (57.03% from 255) = 34.77%
BLUE value IS 123 (48.44% from 255) = 29.50%
R=35.73%
G=34.77%
B=29.50%

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
Decimal14914512300.030.170.4250.7710.9253.33
Hex95917B03112A33b35
Octal225221173032152631365
Binary10010101100100011111011011100011010101100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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