#948C6B

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

Shades of Gurkha #948C6B

Tints of Gurkha #948C6B

Color information

#948C6B (or 0x948C6B) is unknown color: approx Gurkha. HEX triplet: 94, 8C and 6B. RGB value is (148,140,107). Sum of RGB (Red+Green+Blue) = 148+140+107=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #948C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948C6B is #6B7394. Grayscale: #8A8A8A. Windows color (decimal): -7041941 or 7048340. OLE color: 7048340.

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

Color convert

RGB148140107-
CMYK00.050.280.42
HSL48.29º16.08%50%-
HSV(B)48.29º27.7%58.04%-
XYZ24.2426.1117.67-
YUV138.63110.15134.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.47%
GREEN value IS 140 (55.08% from 255) = 35.44%
BLUE value IS 107 (42.19% from 255) = 27.09%
R=37.47%
G=35.44%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814010700.050.280.4248.2916.0850
Hex948C6B051C2A301032
Octal224214153053452602062
Binary1001010010001100110101101011110010101011000010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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