#948C65

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

Shades of Gurkha #948C65

Tints of Gurkha #948C65

Color information

#948C65 (or 0x948C65) is unknown color: approx Gurkha. HEX triplet: 94, 8C and 65. RGB value is (148,140,101). Sum of RGB (Red+Green+Blue) = 148+140+101=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #948C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C65 is #6B739A. Grayscale: #8A8A8A. Windows color (decimal): -7041947 or 6655124. OLE color: 6655124.

HSL color Cylindrical-coordinate representation of color #948C65: hue angle of 49.79º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #948C65 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB148140101-
CMYK00.050.320.42
HSL49.79º18.88%48.82%-
HSV(B)49.79º31.76%58.04%-
XYZ23.9425.9916.07-
YUV137.95107.15135.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 101 (39.84% from 255) = 25.96%
R=38.05%
G=35.99%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814010100.050.320.4249.7918.8848.82
Hex948C6505202A321331
Octal224214145054052622361
Binary10010100100011001100101010110000010101011001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,140,101); }

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

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

 a { background-color: rgb(148,140,101); }

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

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

 span { border-color: rgb(148,140,101); }

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