#947654

Color #947654 Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #947654

Tints of Pale Brown #947654

Color information

#947654 (or 0x947654) is unknown color: approx Pale Brown. HEX triplet: 94, 76 and 54. RGB value is (148,118,84). Sum of RGB (Red+Green+Blue) = 148+118+84=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #947654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947654 is #6B89AB. Grayscale: #7B7B7B. Windows color (decimal): -7047596 or 5535380. OLE color: 5535380.

HSL color Cylindrical-coordinate representation of color #947654: hue angle of 31.87º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #947654 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB14811884-
CMYK00.200.430.42
HSL31.87º27.59%45.49%-
HSV(B)31.87º43.24%58.04%-
XYZ20.2919.8911.16-
YUV123.09105.94145.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 84 (33.20% from 255) = 24%
R=42.29%
G=33.71%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481188400.200.430.4231.8727.5945.49
Hex9476540142B2A201c2d
Octal2241661240245352403455
Binary100101001110110101010001010010101110101010000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947654; }

 p { color: rgb(148,118,84); }

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

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

 a { background-color: rgb(148,118,84); }

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

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

 span { border-color: rgb(148,118,84); }

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