#96725A

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

Shades of Beaver #96725A

Tints of Beaver #96725A

Color information

#96725A (or 0x96725A) is unknown color: approx Beaver. HEX triplet: 96, 72 and 5A. RGB value is (150,114,90). Sum of RGB (Red+Green+Blue) = 150+114+90=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #96725A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96725A is #698DA5. Grayscale: #7A7A7A. Windows color (decimal): -6917542 or 5927574. OLE color: 5927574.

HSL color Cylindrical-coordinate representation of color #96725A: hue angle of 24º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96725A is Cyan = 0, Magento = 0.24, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB15011490-
CMYK00.240.40.41
HSL24º25%47.06%-
HSV(B)24º40%58.82%-
XYZ20.4419.2612.31-
YUV122.03109.93147.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.37%
GREEN value IS 114 (44.92% from 255) = 32.20%
BLUE value IS 90 (35.55% from 255) = 25.42%
R=42.37%
G=32.20%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501149000.240.40.41242547.06
Hex96725A018282918192f
Octal2261621320305051303157
Binary10010110111001010110100110001010001010011100011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96725A; }

 p { color: rgb(150,114,90); }

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

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

 a { background-color: rgb(150,114,90); }

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

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

 span { border-color: rgb(150,114,90); }

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