#948B66

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

Shades of Gurkha #948B66

Tints of Gurkha #948B66

Color information

#948B66 (or 0x948B66) is unknown color: approx Gurkha. HEX triplet: 94, 8B and 66. RGB value is (148,139,102). Sum of RGB (Red+Green+Blue) = 148+139+102=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #948B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B66 is #6B7499. Grayscale: #898989. Windows color (decimal): -7042202 or 6720404. OLE color: 6720404.

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

Color convert

RGB148139102-
CMYK00.060.310.42
HSL48.26º18.4%49.02%-
HSV(B)48.26º31.08%58.04%-
XYZ23.8425.7216.28-
YUV137.47107.98135.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 139 (54.69% from 255) = 35.73%
BLUE value IS 102 (40.23% from 255) = 26.22%
R=38.05%
G=35.73%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813910200.060.310.4248.2618.449.02
Hex948B66061F2A301231
Octal224213146063752602261
Binary1001010010001011110011001101111110101011000010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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