#94927C

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

Shades of Gurkha #94927C

Tints of Gurkha #94927C

Color information

#94927C (or 0x94927C) is unknown color: approx Gurkha. HEX triplet: 94, 92 and 7C. RGB value is (148,146,124). Sum of RGB (Red+Green+Blue) = 148+146+124=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 148 - color contains mainly: red. Hex color #94927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94927C is #6B6D83. Grayscale: #909090. Windows color (decimal): -7040388 or 8163988. OLE color: 8163988.

HSL color Cylindrical-coordinate representation of color #94927C: hue angle of 55º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94927C is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB148146124-
CMYK00.010.160.42
HSL55º10.08%53.33%-
HSV(B)55º16.22%58.04%-
XYZ26.1328.3123.16-
YUV144.09116.66130.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=35.41%
G=34.93%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814612400.010.160.425510.0853.33
Hex94927C01102A37a35
Octal224222174012052671265
Binary1001010010010010111110001100001010101101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94927C; }

 p { color: rgb(148,146,124); }

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

<style>
 a { background-color: #94927C; }

 a { background-color: rgb(148,146,124); }

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

<style>
 span { border-color: #94927C; }

 span { border-color: rgb(148,146,124); }

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