#948A6D

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

Shades of Gurkha #948A6D

Tints of Gurkha #948A6D

Color information

#948A6D (or 0x948A6D) is unknown color: approx Gurkha. HEX triplet: 94, 8A and 6D. RGB value is (148,138,109). Sum of RGB (Red+Green+Blue) = 148+138+109=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 148 - color contains mainly: red. Hex color #948A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A6D is #6B7592. Grayscale: #898989. Windows color (decimal): -7042451 or 7178900. OLE color: 7178900.

HSL color Cylindrical-coordinate representation of color #948A6D: hue angle of 44.62º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #948A6D is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB148138109-
CMYK00.070.260.42
HSL44.62º15.42%50.39%-
HSV(B)44.62º26.35%58.04%-
XYZ24.0625.5818.14-
YUV137.68111.81135.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.47%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 109 (42.97% from 255) = 27.59%
R=37.47%
G=34.94%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813810900.070.260.4244.6215.4250.39
Hex948A6D071A2A2df32
Octal224212155073252551762
Binary100101001000101011011010111110101010101011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,138,109); }

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

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

 a { background-color: rgb(148,138,109); }

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

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

 span { border-color: rgb(148,138,109); }

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