#95907D

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

Shades of Gurkha #95907D

Tints of Gurkha #95907D

Color information

#95907D (or 0x95907D) is unknown color: approx Gurkha. HEX triplet: 95, 90 and 7D. RGB value is (149,144,125). Sum of RGB (Red+Green+Blue) = 149+144+125=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 149 - color contains mainly: red. Hex color #95907D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95907D is #6A6F82. Grayscale: #8F8F8F. Windows color (decimal): -6975363 or 8229013. OLE color: 8229013.

HSL color Cylindrical-coordinate representation of color #95907D: hue angle of 47.5º 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 #95907D is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB149144125-
CMYK00.030.160.42
HSL47.5º10.17%53.73%-
HSV(B)47.5º16.11%58.43%-
XYZ26.0727.8223.4-
YUV143.33117.66132.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.65%
GREEN value IS 144 (56.64% from 255) = 34.45%
BLUE value IS 125 (49.22% from 255) = 29.90%
R=35.65%
G=34.45%
B=29.90%

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
Decimal14914412500.030.160.4247.510.1753.73
Hex95907D03102A30a36
Octal225220175032052601266
Binary10010101100100001111101011100001010101100001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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