#948A6C

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

Shades of Gurkha #948A6C

Tints of Gurkha #948A6C

Color information

#948A6C (or 0x948A6C) is unknown color: approx Gurkha. HEX triplet: 94, 8A and 6C. RGB value is (148,138,108). Sum of RGB (Red+Green+Blue) = 148+138+108=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #948A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A6C is #6B7593. Grayscale: #898989. Windows color (decimal): -7042452 or 7113364. OLE color: 7113364.

HSL color Cylindrical-coordinate representation of color #948A6C: hue angle of 45º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #948A6C is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB148138108-
CMYK00.070.270.42
HSL45º15.75%50.2%-
HSV(B)45º27.03%58.04%-
XYZ24.0125.5617.85-
YUV137.57111.31135.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.56%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 108 (42.58% from 255) = 27.41%
R=37.56%
G=35.03%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813810800.070.270.424515.7550.2
Hex948A6C071B2A2d1032
Octal224212154073352552062
Binary1001010010001010110110001111101110101010110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,138,108); }

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

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

 a { background-color: rgb(148,138,108); }

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

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

 span { border-color: rgb(148,138,108); }

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