#95916C

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

Shades of Gurkha #95916C

Tints of Gurkha #95916C

Color information

#95916C (or 0x95916C) is unknown color: approx Gurkha. HEX triplet: 95, 91 and 6C. RGB value is (149,145,108). Sum of RGB (Red+Green+Blue) = 149+145+108=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 149 - color contains mainly: red. Hex color #95916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95916C is #6A6E93. Grayscale: #8E8E8E. Windows color (decimal): -6975124 or 7115157. OLE color: 7115157.

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

Color convert

RGB149145108-
CMYK00.030.280.42
HSL54.15º16.21%50.39%-
HSV(B)54.15º27.52%58.43%-
XYZ25.2327.7218.21-
YUV141.98108.83133.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 145 (57.03% from 255) = 36.07%
BLUE value IS 108 (42.58% from 255) = 26.87%
R=37.06%
G=36.07%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914510800.030.280.4254.1516.2150.39
Hex95916C031C2A361032
Octal225221154033452662062
Binary100101011001000111011000111110010101011011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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