#948E7A

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

Shades of Gurkha #948E7A

Tints of Gurkha #948E7A

Color information

#948E7A (or 0x948E7A) is unknown color: approx Gurkha. HEX triplet: 94, 8E and 7A. RGB value is (148,142,122). Sum of RGB (Red+Green+Blue) = 148+142+122=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #948E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948E7A is #6B7185. Grayscale: #8D8D8D. Windows color (decimal): -7041414 or 8031892. OLE color: 8031892.

HSL color Cylindrical-coordinate representation of color #948E7A: hue angle of 46.15º 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 #948E7A is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB148142122-
CMYK00.040.180.42
HSL46.15º10.83%52.94%-
HSV(B)46.15º17.57%58.04%-
XYZ25.427.0522.29-
YUV141.51116.99132.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 142 (55.86% from 255) = 34.47%
BLUE value IS 122 (48.05% from 255) = 29.61%
R=35.92%
G=34.47%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814212200.040.180.4246.1510.8352.94
Hex948E7A04122A2eb35
Octal224216172042252561365
Binary100101001000111011110100100100101010101011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948E7A; }

 p { color: rgb(148,142,122); }

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

<style>
 a { background-color: #948E7A; }

 a { background-color: rgb(148,142,122); }

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

<style>
 span { border-color: #948E7A; }

 span { border-color: rgb(148,142,122); }

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