#947667

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

Shades of Beaver #947667

Tints of Beaver #947667

Color information

#947667 (or 0x947667) is unknown color: approx Beaver. HEX triplet: 94, 76 and 67. RGB value is (148,118,103). Sum of RGB (Red+Green+Blue) = 148+118+103=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #947667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947667 is #6B8998. Grayscale: #7D7D7D. Windows color (decimal): -7047577 or 6780564. OLE color: 6780564.

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

Color convert

RGB148118103-
CMYK00.200.300.42
HSL20º17.93%49.22%-
HSV(B)20º30.41%58.04%-
XYZ21.1420.2315.62-
YUV125.26115.44144.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.11%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 103 (40.62% from 255) = 27.91%
R=40.11%
G=31.98%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811810300.200.300.422017.9349.22
Hex9476670141E2A141231
Octal2241661470243652242261
Binary1001010011101101100111010100111101010101010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947667; }

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

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

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

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

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

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

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

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