#967055

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

Shades of Beaver #967055

Tints of Beaver #967055

Color information

#967055 (or 0x967055) is unknown color: approx Beaver. HEX triplet: 96, 70 and 55. RGB value is (150,112,85). Sum of RGB (Red+Green+Blue) = 150+112+85=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #967055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967055 is #698FAA. Grayscale: #787878. Windows color (decimal): -6918059 or 5599382. OLE color: 5599382.

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

Color convert

RGB15011285-
CMYK00.250.430.41
HSL24.92º27.66%46.08%-
HSV(B)24.92º43.33%58.82%-
XYZ20.0118.7311.15-
YUV120.28108.09149.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.23%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=43.23%
G=32.28%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501128500.250.430.4124.9227.6646.08
Hex9670550192B29191c2e
Octal2261601250315351313456
Binary10010110111000010101010110011010111010011100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967055; }

 p { color: rgb(150,112,85); }

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

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

 a { background-color: rgb(150,112,85); }

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

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

 span { border-color: rgb(150,112,85); }

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