#947658

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

Shades of Pale Brown #947658

Tints of Pale Brown #947658

Color information

#947658 (or 0x947658) is unknown color: approx Pale Brown. HEX triplet: 94, 76 and 58. RGB value is (148,118,88). Sum of RGB (Red+Green+Blue) = 148+118+88=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 148 - color contains mainly: red. Hex color #947658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947658 is #6B89A7. Grayscale: #7B7B7B. Windows color (decimal): -7047592 or 5797524. OLE color: 5797524.

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

Color convert

RGB14811888-
CMYK00.200.410.42
HSL30º25.42%46.27%-
HSV(B)30º40.54%58.04%-
XYZ20.4519.9612.01-
YUV123.55107.94145.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.81%
GREEN value IS 118 (46.48% from 255) = 33.33%
BLUE value IS 88 (34.77% from 255) = 24.86%
R=41.81%
G=33.33%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481188800.200.410.423025.4246.27
Hex947658014292A1e192e
Octal2241661300245152363156
Binary10010100111011010110000101001010011010101111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947658; }

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

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

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

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

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

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

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

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