#94906A

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

Shades of Gurkha #94906A

Tints of Gurkha #94906A

Color information

#94906A (or 0x94906A) is unknown color: approx Gurkha. HEX triplet: 94, 90 and 6A. RGB value is (148,144,106). Sum of RGB (Red+Green+Blue) = 148+144+106=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #94906A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94906A is #6B6F95. Grayscale: #8D8D8D. Windows color (decimal): -7040918 or 6983828. OLE color: 6983828.

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

Color convert

RGB148144106-
CMYK00.030.280.42
HSL54.29º16.54%49.8%-
HSV(B)54.29º28.38%58.04%-
XYZ24.7927.2817.6-
YUV140.86108.33133.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 106 (41.80% from 255) = 26.63%
R=37.19%
G=36.18%
B=26.63%

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
Decimal14814410600.030.280.4254.2916.5449.8
Hex94906A031C2A361132
Octal224220152033452662162
Binary100101001001000011010100111110010101011011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94906A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94906A; }

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

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

<style>
 a { background-color: #94906A; }

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

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

<style>
 span { border-color: #94906A; }

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

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