#948C68

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

Shades of Gurkha #948C68

Tints of Gurkha #948C68

Color information

#948C68 (or 0x948C68) is unknown color: approx Gurkha. HEX triplet: 94, 8C and 68. RGB value is (148,140,104). Sum of RGB (Red+Green+Blue) = 148+140+104=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 148 - color contains mainly: red. Hex color #948C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C68 is #6B7397. Grayscale: #8A8A8A. Windows color (decimal): -7041944 or 6851732. OLE color: 6851732.

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

Color convert

RGB148140104-
CMYK00.050.300.42
HSL49.09º17.46%49.41%-
HSV(B)49.09º29.73%58.04%-
XYZ24.0926.0516.86-
YUV138.29108.65134.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 140 (55.08% from 255) = 35.71%
BLUE value IS 104 (41.02% from 255) = 26.53%
R=37.76%
G=35.71%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814010400.050.300.4249.0917.4649.41
Hex948C68051E2A311131
Octal224214150053652612161
Binary1001010010001100110100001011111010101011000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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