#95906B

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

Shades of Gurkha #95906B

Tints of Gurkha #95906B

Color information

#95906B (or 0x95906B) is unknown color: approx Gurkha. HEX triplet: 95, 90 and 6B. RGB value is (149,144,107). Sum of RGB (Red+Green+Blue) = 149+144+107=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #95906B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95906B is #6A6F94. Grayscale: #8D8D8D. Windows color (decimal): -6975381 or 7049365. OLE color: 7049365.

HSL color Cylindrical-coordinate representation of color #95906B: hue angle of 52.86º degrees, saturation: 0.17, 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 #95906B is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB149144107-
CMYK00.030.280.42
HSL52.86º16.54%50.2%-
HSV(B)52.86º28.19%58.43%-
XYZ25.0227.417.88-
YUV141.28108.66133.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 144 (56.64% from 255) = 36%
BLUE value IS 107 (42.19% from 255) = 26.75%
R=37.25%
G=36%
B=26.75%

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
Decimal14914410700.030.280.4252.8616.5450.2
Hex95906B031C2A351132
Octal225220153033452652162
Binary100101011001000011010110111110010101011010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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