#9B765E

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

Shades of Toast #9B765E

Tints of Toast #9B765E

Color information

#9B765E (or 0x9B765E) is unknown color: approx Toast. HEX triplet: 9B, 76 and 5E. RGB value is (155,118,94). Sum of RGB (Red+Green+Blue) = 155+118+94=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B765E is #6489A1. Grayscale: #7E7E7E. Windows color (decimal): -6588834 or 6190747. OLE color: 6190747.

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

Color convert

RGB15511894-
CMYK00.240.390.39
HSL23.61º24.5%48.82%-
HSV(B)23.61º39.35%60.78%-
XYZ22.0220.7313.43-
YUV126.33109.76148.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.23%
GREEN value IS 118 (46.48% from 255) = 32.15%
BLUE value IS 94 (37.11% from 255) = 25.61%
R=42.23%
G=32.15%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551189400.240.390.3923.6124.548.82
Hex9B765E0182727181831
Octal2331661360304747303061
Binary10011011111011010111100110001001111001111100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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