#948F75

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

Shades of Gurkha #948F75

Tints of Gurkha #948F75

Color information

#948F75 (or 0x948F75) is unknown color: approx Gurkha. HEX triplet: 94, 8F and 75. RGB value is (148,143,117). Sum of RGB (Red+Green+Blue) = 148+143+117=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 148 - color contains mainly: red. Hex color #948F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F75 is #6B708A. Grayscale: #8D8D8D. Windows color (decimal): -7041163 or 7704468. OLE color: 7704468.

HSL color Cylindrical-coordinate representation of color #948F75: hue angle of 50.32º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #948F75 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB148143117-
CMYK00.030.210.42
HSL50.32º12.65%51.96%-
HSV(B)50.32º20.95%58.04%-
XYZ25.2527.2320.75-
YUV141.53114.16132.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.27%
GREEN value IS 143 (56.25% from 255) = 35.05%
BLUE value IS 117 (46.09% from 255) = 28.68%
R=36.27%
G=35.05%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814311700.030.210.4250.3212.6551.96
Hex948F7503152A32d34
Octal224217165032552621564
Binary10010100100011111110101011101011010101100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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