#948F67

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

Shades of Gurkha #948F67

Tints of Gurkha #948F67

Color information

#948F67 (or 0x948F67) is unknown color: approx Gurkha. HEX triplet: 94, 8F and 67. RGB value is (148,143,103). Sum of RGB (Red+Green+Blue) = 148+143+103=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 148 - color contains mainly: red. Hex color #948F67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F67 is #6B7098. Grayscale: #8C8C8C. Windows color (decimal): -7041177 or 6786964. OLE color: 6786964.

HSL color Cylindrical-coordinate representation of color #948F67: hue angle of 53.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #948F67 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB148143103-
CMYK00.030.300.42
HSL53.33º17.93%49.22%-
HSV(B)53.33º30.41%58.04%-
XYZ24.4826.9216.74-
YUV139.93107.16133.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.56%
GREEN value IS 143 (56.25% from 255) = 36.29%
BLUE value IS 103 (40.62% from 255) = 26.14%
R=37.56%
G=36.29%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814310300.030.300.4253.3317.9349.22
Hex948F67031E2A351231
Octal224217147033652652261
Binary100101001000111111001110111111010101011010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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