#94927F

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

Shades of Gurkha #94927F

Tints of Gurkha #94927F

Color information

#94927F (or 0x94927F) is unknown color: approx Gurkha. HEX triplet: 94, 92 and 7F. RGB value is (148,146,127). Sum of RGB (Red+Green+Blue) = 148+146+127=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 148 - color contains mainly: red. Hex color #94927F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94927F is #6B6D80. Grayscale: #909090. Windows color (decimal): -7040385 or 8360596. OLE color: 8360596.

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

Color convert

RGB148146127-
CMYK00.010.140.42
HSL54.29º8.94%53.92%-
HSV(B)54.29º14.19%58.04%-
XYZ26.3228.3924.17-
YUV144.43118.16130.54-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 127 (50% from 255) = 30.17%
R=35.15%
G=34.68%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814612700.010.140.4254.298.9453.92
Hex94927F01E2A36936
Octal224222177011652661166
Binary100101001001001011111110111101010101101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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