#948F66

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

Shades of Gurkha #948F66

Tints of Gurkha #948F66

Color information

#948F66 (or 0x948F66) is unknown color: approx Gurkha. HEX triplet: 94, 8F and 66. RGB value is (148,143,102). Sum of RGB (Red+Green+Blue) = 148+143+102=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 148 - color contains mainly: red. Hex color #948F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F66 is #6B7099. Grayscale: #8B8B8B. Windows color (decimal): -7041178 or 6721428. OLE color: 6721428.

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

Color convert

RGB148143102-
CMYK00.030.310.42
HSL53.48º18.4%49.02%-
HSV(B)53.48º31.08%58.04%-
XYZ24.4326.916.47-
YUV139.82106.66133.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.66%
GREEN value IS 143 (56.25% from 255) = 36.39%
BLUE value IS 102 (40.23% from 255) = 25.95%
R=37.66%
G=36.39%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814310200.030.310.4253.4818.449.02
Hex948F66031F2A351231
Octal224217146033752652261
Binary100101001000111111001100111111110101011010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,143,102); }

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

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

 a { background-color: rgb(148,143,102); }

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

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

 span { border-color: rgb(148,143,102); }

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