#9A705A

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

Shades of Beaver #9A705A

Tints of Beaver #9A705A

Color information

#9A705A (or 0x9A705A) is unknown color: approx Beaver. HEX triplet: 9A, 70 and 5A. RGB value is (154,112,90). Sum of RGB (Red+Green+Blue) = 154+112+90=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 154 - color contains mainly: red. Hex color #9A705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A705A is #658FA5. Grayscale: #7A7A7A. Windows color (decimal): -6655910 or 5927066. OLE color: 5927066.

HSL color Cylindrical-coordinate representation of color #9A705A: hue angle of 20.62º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A705A is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB15411290-
CMYK00.270.420.40
HSL20.62º26.23%47.84%-
HSV(B)20.62º41.56%60.39%-
XYZ20.9719.212.27-
YUV122.05109.91150.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.26%
GREEN value IS 112 (44.14% from 255) = 31.46%
BLUE value IS 90 (35.55% from 255) = 25.28%
R=43.26%
G=31.46%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541129000.270.420.4020.6226.2347.84
Hex9A705A01B2A28151a30
Octal2321601320335250253260
Binary10011010111000010110100110111010101010001010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A705A; }

 p { color: rgb(154,112,90); }

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

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

 a { background-color: rgb(154,112,90); }

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

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

 span { border-color: rgb(154,112,90); }

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