#95927A

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

Shades of Gurkha #95927A

Tints of Gurkha #95927A

Color information

#95927A (or 0x95927A) is unknown color: approx Gurkha. HEX triplet: 95, 92 and 7A. RGB value is (149,146,122). Sum of RGB (Red+Green+Blue) = 149+146+122=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 149 - color contains mainly: red. Hex color #95927A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95927A is #6A6D85. Grayscale: #909090. Windows color (decimal): -6974854 or 8032917. OLE color: 8032917.

HSL color Cylindrical-coordinate representation of color #95927A: hue angle of 53.33º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95927A is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB149146122-
CMYK00.020.180.42
HSL53.33º11.3%53.14%-
HSV(B)53.33º18.12%58.43%-
XYZ26.1928.3522.5-
YUV144.16115.49131.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=35.73%
G=35.01%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914612200.020.180.4253.3311.353.14
Hex95927A02122A35b35
Octal225222172022252651365
Binary10010101100100101111010010100101010101101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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