#967362

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

Shades of Beaver #967362

Tints of Beaver #967362

Color information

#967362 (or 0x967362) is unknown color: approx Beaver. HEX triplet: 96, 73 and 62. RGB value is (150,115,98). Sum of RGB (Red+Green+Blue) = 150+115+98=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #967362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967362 is #698C9D. Grayscale: #7B7B7B. Windows color (decimal): -6917278 or 6452118. OLE color: 6452118.

HSL color Cylindrical-coordinate representation of color #967362: hue angle of 19.62º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #967362 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB15011598-
CMYK00.230.350.41
HSL19.62º20.97%48.63%-
HSV(B)19.62º34.67%58.82%-
XYZ20.9119.6314.24-
YUV123.53113.6146.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 115 (45.31% from 255) = 31.68%
BLUE value IS 98 (38.67% from 255) = 27.00%
R=41.32%
G=31.68%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501159800.230.350.4119.6220.9748.63
Hex9673620172329141531
Octal2261631420274351242561
Binary10010110111001111000100101111000111010011010010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967362; }

 p { color: rgb(150,115,98); }

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

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

 a { background-color: rgb(150,115,98); }

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

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

 span { border-color: rgb(150,115,98); }

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