#9B765D

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

Shades of Beaver #9B765D

Tints of Beaver #9B765D

Color information

#9B765D (or 0x9B765D) is unknown color: approx Beaver. HEX triplet: 9B, 76 and 5D. RGB value is (155,118,93). Sum of RGB (Red+Green+Blue) = 155+118+93=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 93 (36.72% from 255 or 25.41% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B765D is #6489A2. Grayscale: #7E7E7E. Windows color (decimal): -6588835 or 6125211. OLE color: 6125211.

HSL color Cylindrical-coordinate representation of color #9B765D: hue angle of 24.19º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B765D is Cyan = 0, Magento = 0.24, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB15511893-
CMYK00.240.40.39
HSL24.19º25%48.63%-
HSV(B)24.19º40%60.78%-
XYZ21.9720.7213.2-
YUV126.21109.26148.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.35%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 93 (36.72% from 255) = 25.41%
R=42.35%
G=32.24%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551189300.240.40.3924.192548.63
Hex9B765D0182827181931
Octal2331661350305047303161
Binary10011011111011010111010110001010001001111100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,118,93); }

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

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

 a { background-color: rgb(155,118,93); }

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

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

 span { border-color: rgb(155,118,93); }

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