#948D70

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

Shades of Gurkha #948D70

Tints of Gurkha #948D70

Color information

#948D70 (or 0x948D70) is unknown color: approx Gurkha. HEX triplet: 94, 8D and 70. RGB value is (148,141,112). Sum of RGB (Red+Green+Blue) = 148+141+112=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #948D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948D70 is #6B728F. Grayscale: #8B8B8B. Windows color (decimal): -7041680 or 7376276. OLE color: 7376276.

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

Color convert

RGB148141112-
CMYK00.050.240.42
HSL48.33º14.4%50.98%-
HSV(B)48.33º24.32%58.04%-
XYZ24.6626.5219.15-
YUV139.79112.32133.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 141 (55.47% from 255) = 35.16%
BLUE value IS 112 (44.14% from 255) = 27.93%
R=36.91%
G=35.16%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814111200.050.240.4248.3314.450.98
Hex948D7005182A30e33
Octal224215160053052601663
Binary100101001000110111100000101110001010101100001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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