#9B6C5C

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

Shades of Toast #9B6C5C

Tints of Toast #9B6C5C

Color information

#9B6C5C (or 0x9B6C5C) is unknown color: approx Toast. HEX triplet: 9B, 6C and 5C. RGB value is (155,108,92). Sum of RGB (Red+Green+Blue) = 155+108+92=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6C5C is #6493A3. Grayscale: #787878. Windows color (decimal): -6591396 or 6057115. OLE color: 6057115.

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

Color convert

RGB15510892-
CMYK00.300.410.39
HSL15.24º25.51%48.43%-
HSV(B)15.24º40.65%60.78%-
XYZ20.8118.4712.59-
YUV120.23112.07152.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.66%
GREEN value IS 108 (42.58% from 255) = 30.42%
BLUE value IS 92 (36.33% from 255) = 25.92%
R=43.66%
G=30.42%
B=25.92%

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
Decimal1551089200.300.410.3915.2425.5148.43
Hex9B6C5C01E2927f1a30
Octal2331541340365147173260
Binary1001101111011001011100011110101001100111111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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