#95916A

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

Shades of Gurkha #95916A

Tints of Gurkha #95916A

Color information

#95916A (or 0x95916A) is unknown color: approx Gurkha. HEX triplet: 95, 91 and 6A. RGB value is (149,145,106). Sum of RGB (Red+Green+Blue) = 149+145+106=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #95916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95916A is #6A6E95. Grayscale: #8D8D8D. Windows color (decimal): -6975126 or 6984085. OLE color: 6984085.

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

Color convert

RGB149145106-
CMYK00.030.290.42
HSL54.42º16.86%50%-
HSV(B)54.42º28.86%58.43%-
XYZ25.1227.6817.65-
YUV141.75107.83133.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 106 (41.80% from 255) = 26.5%
R=37.25%
G=36.25%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914510600.030.290.4254.4216.8650
Hex95916A031D2A361132
Octal225221152033552662162
Binary100101011001000111010100111110110101011011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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