#948F6A

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

Shades of Gurkha #948F6A

Tints of Gurkha #948F6A

Color information

#948F6A (or 0x948F6A) is unknown color: approx Gurkha. HEX triplet: 94, 8F and 6A. RGB value is (148,143,106). Sum of RGB (Red+Green+Blue) = 148+143+106=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #948F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F6A is #6B7095. Grayscale: #8C8C8C. Windows color (decimal): -7041174 or 6983572. OLE color: 6983572.

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

Color convert

RGB148143106-
CMYK00.030.280.42
HSL52.86º16.54%49.8%-
HSV(B)52.86º28.38%58.04%-
XYZ24.6426.9817.55-
YUV140.28108.66133.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=37.28%
G=36.02%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814310600.030.280.4252.8616.5449.8
Hex948F6A031C2A351132
Octal224217152033452652162
Binary100101001000111111010100111110010101011010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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