#947666

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

Shades of Beaver #947666

Tints of Beaver #947666

Color information

#947666 (or 0x947666) is unknown color: approx Beaver. HEX triplet: 94, 76 and 66. RGB value is (148,118,102). Sum of RGB (Red+Green+Blue) = 148+118+102=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #947666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947666 is #6B8999. Grayscale: #7D7D7D. Windows color (decimal): -7047578 or 6715028. OLE color: 6715028.

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

Color convert

RGB148118102-
CMYK00.200.310.42
HSL20.87º18.4%49.02%-
HSV(B)20.87º31.08%58.04%-
XYZ21.0920.2115.36-
YUV125.15114.94144.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.22%
GREEN value IS 118 (46.48% from 255) = 32.07%
BLUE value IS 102 (40.23% from 255) = 27.72%
R=40.22%
G=32.07%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811810200.200.310.4220.8718.449.02
Hex9476660141F2A151231
Octal2241661460243752252261
Binary1001010011101101100110010100111111010101010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947666; }

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

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

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

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

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

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

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

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