#9A765F

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

Shades of Beaver #9A765F

Tints of Beaver #9A765F

Color information

#9A765F (or 0x9A765F) is unknown color: approx Beaver. HEX triplet: 9A, 76 and 5F. RGB value is (154,118,95). Sum of RGB (Red+Green+Blue) = 154+118+95=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A765F is #6589A0. Grayscale: #7E7E7E. Windows color (decimal): -6654369 or 6256282. OLE color: 6256282.

HSL color Cylindrical-coordinate representation of color #9A765F: hue angle of 23.39º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A765F is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB15411895-
CMYK00.230.380.40
HSL23.39º23.69%48.82%-
HSV(B)23.39º38.31%60.39%-
XYZ21.8720.6513.66-
YUV126.14110.43147.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.96%
GREEN value IS 118 (46.48% from 255) = 32.15%
BLUE value IS 95 (37.5% from 255) = 25.89%
R=41.96%
G=32.15%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541189500.230.380.4023.3923.6948.82
Hex9A765F0172628171831
Octal2321661370274650273061
Binary10011010111011010111110101111001101010001011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,118,95); }

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

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

 a { background-color: rgb(154,118,95); }

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

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

 span { border-color: rgb(154,118,95); }

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