#948B68

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

Shades of Gurkha #948B68

Tints of Gurkha #948B68

Color information

#948B68 (or 0x948B68) is unknown color: approx Gurkha. HEX triplet: 94, 8B and 68. RGB value is (148,139,104). Sum of RGB (Red+Green+Blue) = 148+139+104=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 104 (41.02% from 255 or 26.60% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #948B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B68 is #6B7497. Grayscale: #898989. Windows color (decimal): -7042200 or 6851476. OLE color: 6851476.

HSL color Cylindrical-coordinate representation of color #948B68: hue angle of 47.73º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #948B68 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB148139104-
CMYK00.060.300.42
HSL47.73º17.46%49.41%-
HSV(B)47.73º29.73%58.04%-
XYZ23.9425.7616.81-
YUV137.7108.98135.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.85%
GREEN value IS 139 (54.69% from 255) = 35.55%
BLUE value IS 104 (41.02% from 255) = 26.60%
R=37.85%
G=35.55%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813910400.060.300.4247.7317.4649.41
Hex948B68061E2A301131
Octal224213150063652602161
Binary1001010010001011110100001101111010101011000010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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