#948F70

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

Shades of Gurkha #948F70

Tints of Gurkha #948F70

Color information

#948F70 (or 0x948F70) is unknown color: approx Gurkha. HEX triplet: 94, 8F and 70. RGB value is (148,143,112). Sum of RGB (Red+Green+Blue) = 148+143+112=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #948F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F70 is #6B708F. Grayscale: #8D8D8D. Windows color (decimal): -7041168 or 7376788. OLE color: 7376788.

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

Color convert

RGB148143112-
CMYK00.030.240.42
HSL51.67º14.4%50.98%-
HSV(B)51.67º24.32%58.04%-
XYZ24.9627.1119.25-
YUV140.96111.66133.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.72%
GREEN value IS 143 (56.25% from 255) = 35.48%
BLUE value IS 112 (44.14% from 255) = 27.79%
R=36.72%
G=35.48%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814311200.030.240.4251.6714.450.98
Hex948F7003182A34e33
Octal224217160033052641663
Binary10010100100011111110000011110001010101101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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