#947665

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

Shades of Beaver #947665

Tints of Beaver #947665

Color information

#947665 (or 0x947665) is unknown color: approx Beaver. HEX triplet: 94, 76 and 65. RGB value is (148,118,101). Sum of RGB (Red+Green+Blue) = 148+118+101=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #947665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947665 is #6B899A. Grayscale: #7D7D7D. Windows color (decimal): -7047579 or 6649492. OLE color: 6649492.

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

Color convert

RGB148118101-
CMYK00.200.320.42
HSL21.7º18.88%48.82%-
HSV(B)21.7º31.76%58.04%-
XYZ21.0420.1915.1-
YUV125.03114.44144.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.33%
GREEN value IS 118 (46.48% from 255) = 32.15%
BLUE value IS 101 (39.84% from 255) = 27.52%
R=40.33%
G=32.15%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811810100.200.320.4221.718.8848.82
Hex947665014202A161331
Octal2241661450244052262361
Binary10010100111011011001010101001000001010101011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947665; }

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

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

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

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

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

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

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

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