#948F6D

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

Shades of Gurkha #948F6D

Tints of Gurkha #948F6D

Color information

#948F6D (or 0x948F6D) is unknown color: approx Gurkha. HEX triplet: 94, 8F and 6D. RGB value is (148,143,109). Sum of RGB (Red+Green+Blue) = 148+143+109=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #948F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948F6D is #6B7092. Grayscale: #8C8C8C. Windows color (decimal): -7041171 or 7180180. OLE color: 7180180.

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

Color convert

RGB148143109-
CMYK00.030.260.42
HSL52.31º15.42%50.39%-
HSV(B)52.31º26.35%58.04%-
XYZ24.827.0418.38-
YUV140.62110.16133.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 143 (56.25% from 255) = 35.75%
BLUE value IS 109 (42.97% from 255) = 27.25%
R=37%
G=35.75%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814310900.030.260.4252.3115.4250.39
Hex948F6D031A2A34f32
Octal224217155033252641762
Binary10010100100011111101101011110101010101101001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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