#94906F

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

Shades of Gurkha #94906F

Tints of Gurkha #94906F

Color information

#94906F (or 0x94906F) is unknown color: approx Gurkha. HEX triplet: 94, 90 and 6F. RGB value is (148,144,111). Sum of RGB (Red+Green+Blue) = 148+144+111=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #94906F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94906F is #6B6F90. Grayscale: #8D8D8D. Windows color (decimal): -7040913 or 7311508. OLE color: 7311508.

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

Color convert

RGB148144111-
CMYK00.030.250.42
HSL53.51º14.74%50.78%-
HSV(B)53.51º25%58.04%-
XYZ25.0627.3919.01-
YUV141.43110.83132.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.72%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 111 (43.75% from 255) = 27.54%
R=36.72%
G=35.73%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814411100.030.250.4253.5114.7450.78
Hex94906F03192A36f33
Octal224220157033152661763
Binary10010100100100001101111011110011010101101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94906F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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