#947566

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

Shades of Beaver #947566

Tints of Beaver #947566

Color information

#947566 (or 0x947566) is unknown color: approx Beaver. HEX triplet: 94, 75 and 66. RGB value is (148,117,102). Sum of RGB (Red+Green+Blue) = 148+117+102=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #947566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947566 is #6B8A99. Grayscale: #7C7C7C. Windows color (decimal): -7047834 or 6714772. OLE color: 6714772.

HSL color Cylindrical-coordinate representation of color #947566: hue angle of 19.57º 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 #947566 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB148117102-
CMYK00.210.310.42
HSL19.57º18.4%49.02%-
HSV(B)19.57º31.08%58.04%-
XYZ20.9719.9815.32-
YUV124.56115.27144.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.33%
GREEN value IS 117 (46.09% from 255) = 31.88%
BLUE value IS 102 (40.23% from 255) = 27.79%
R=40.33%
G=31.88%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811710200.210.310.4219.5718.449.02
Hex9475660151F2A141231
Octal2241651460253752242261
Binary1001010011101011100110010101111111010101010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947566; }

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

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

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

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

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

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

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

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