#95927F

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

Shades of Gurkha #95927F

Tints of Gurkha #95927F

Color information

#95927F (or 0x95927F) is unknown color: approx Gurkha. HEX triplet: 95, 92 and 7F. RGB value is (149,146,127). Sum of RGB (Red+Green+Blue) = 149+146+127=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #95927F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95927F is #6A6D80. Grayscale: #909090. Windows color (decimal): -6974849 or 8360597. OLE color: 8360597.

HSL color Cylindrical-coordinate representation of color #95927F: hue angle of 51.82º 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 #95927F is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149146127-
CMYK00.020.150.42
HSL51.82º9.4%54.12%-
HSV(B)51.82º14.77%58.43%-
XYZ26.528.4824.18-
YUV144.73117.99131.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 146 (57.42% from 255) = 34.60%
BLUE value IS 127 (50% from 255) = 30.09%
R=35.31%
G=34.60%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914612700.020.150.4251.829.454.12
Hex95927F02F2A34936
Octal225222177021752641166
Binary1001010110010010111111101011111010101101001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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