#948A6F

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

Shades of Gurkha #948A6F

Tints of Gurkha #948A6F

Color information

#948A6F (or 0x948A6F) is unknown color: approx Gurkha. HEX triplet: 94, 8A and 6F. RGB value is (148,138,111). Sum of RGB (Red+Green+Blue) = 148+138+111=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #948A6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A6F is #6B7590. Grayscale: #8A8A8A. Windows color (decimal): -7042449 or 7309972. OLE color: 7309972.

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

Color convert

RGB148138111-
CMYK00.070.250.42
HSL43.78º14.74%50.78%-
HSV(B)43.78º25%58.04%-
XYZ24.1725.6218.71-
YUV137.91112.81135.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 138 (54.30% from 255) = 34.76%
BLUE value IS 111 (43.75% from 255) = 27.96%
R=37.28%
G=34.76%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813811100.070.250.4243.7814.7450.78
Hex948A6F07192A2cf33
Octal224212157073152541763
Binary100101001000101011011110111110011010101011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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