#948A69

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

Shades of Gurkha #948A69

Tints of Gurkha #948A69

Color information

#948A69 (or 0x948A69) is unknown color: approx Gurkha. HEX triplet: 94, 8A and 69. RGB value is (148,138,105). Sum of RGB (Red+Green+Blue) = 148+138+105=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #948A69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A69 is #6B7596. Grayscale: #898989. Windows color (decimal): -7042455 or 6916756. OLE color: 6916756.

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

Color convert

RGB148138105-
CMYK00.070.290.42
HSL46.05º17%49.61%-
HSV(B)46.05º29.05%58.04%-
XYZ23.8525.4917.03-
YUV137.23109.81135.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.85%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 105 (41.41% from 255) = 26.85%
R=37.85%
G=35.29%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813810500.070.290.4246.051749.61
Hex948A69071D2A2e1132
Octal224212151073552562162
Binary1001010010001010110100101111110110101010111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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