#9B6C5B

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

Shades of Toast #9B6C5B

Tints of Toast #9B6C5B

Color information

#9B6C5B (or 0x9B6C5B) is unknown color: approx Toast. HEX triplet: 9B, 6C and 5B. RGB value is (155,108,91). Sum of RGB (Red+Green+Blue) = 155+108+91=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6C5B is #6493A4. Grayscale: #787878. Windows color (decimal): -6591397 or 5991579. OLE color: 5991579.

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

Color convert

RGB15510891-
CMYK00.300.410.39
HSL15.94º26.02%48.24%-
HSV(B)15.94º41.29%60.78%-
XYZ20.7718.4512.36-
YUV120.11111.57152.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.79%
GREEN value IS 108 (42.58% from 255) = 30.51%
BLUE value IS 91 (35.94% from 255) = 25.71%
R=43.79%
G=30.51%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551089100.300.410.3915.9426.0248.24
Hex9B6C5B01E2927101a30
Octal2331541330365147203260
Binary10011011110110010110110111101010011001111000011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,108,91); }

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

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

 a { background-color: rgb(155,108,91); }

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

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

 span { border-color: rgb(155,108,91); }

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