#948D6A

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

Shades of Gurkha #948D6A

Tints of Gurkha #948D6A

Color information

#948D6A (or 0x948D6A) is unknown color: approx Gurkha. HEX triplet: 94, 8D and 6A. RGB value is (148,141,106). Sum of RGB (Red+Green+Blue) = 148+141+106=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #948D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D6A is #6B7295. Grayscale: #8B8B8B. Windows color (decimal): -7041686 or 6983060. OLE color: 6983060.

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

Color convert

RGB148141106-
CMYK00.050.280.42
HSL50º16.54%49.8%-
HSV(B)50º28.38%58.04%-
XYZ24.3426.3917.45-
YUV139.1109.32134.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.47%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 106 (41.80% from 255) = 26.84%
R=37.47%
G=35.70%
B=26.84%

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
Decimal14814110600.050.280.425016.5449.8
Hex948D6A051C2A321132
Octal224215152053452622162
Binary1001010010001101110101001011110010101011001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,141,106); }

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

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

 a { background-color: rgb(148,141,106); }

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

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

 span { border-color: rgb(148,141,106); }

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