#9B6E5C

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

Shades of Toast #9B6E5C

Tints of Toast #9B6E5C

Color information

#9B6E5C (or 0x9B6E5C) is unknown color: approx Toast. HEX triplet: 9B, 6E and 5C. RGB value is (155,110,92). Sum of RGB (Red+Green+Blue) = 155+110+92=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6E5C is #6491A3. Grayscale: #797979. Windows color (decimal): -6590884 or 6057627. OLE color: 6057627.

HSL color Cylindrical-coordinate representation of color #9B6E5C: hue angle of 17.14º 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 #9B6E5C is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB15511092-
CMYK00.290.410.39
HSL17.14º25.51%48.43%-
HSV(B)17.14º40.65%60.78%-
XYZ21.0318.8912.66-
YUV121.4111.41151.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.42%
GREEN value IS 110 (43.36% from 255) = 30.81%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=43.42%
G=30.81%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551109200.290.410.3917.1425.5148.43
Hex9B6E5C01D2927111a30
Octal2331561340355147213260
Binary10011011110111010111000111011010011001111000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,110,92); }

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

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

 a { background-color: rgb(155,110,92); }

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

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

 span { border-color: rgb(155,110,92); }

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