#9C5546

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

Shades of Crail #9C5546

Tints of Crail #9C5546

Color information

#9C5546 (or 0x9C5546) is unknown color: approx Crail. HEX triplet: 9C, 55 and 46. RGB value is (156,85,70). Sum of RGB (Red+Green+Blue) = 156+85+70=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5546 is #63AAB9. Grayscale: #686868. Windows color (decimal): -6531770 or 4609436. OLE color: 4609436.

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

Color convert

RGB1568570-
CMYK00.460.550.39
HSL10.47º38.05%44.31%-
HSV(B)10.47º55.13%61.18%-
XYZ18.0614.017.55-
YUV104.52108.52164.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.16%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 70 (27.73% from 255) = 22.51%
R=50.16%
G=27.33%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156857000.460.550.3910.4738.0544.31
Hex9C554602E3727a262c
Octal2341251060566747124654
Binary100111001010101100011001011101101111001111010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,85,70); }

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

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

 a { background-color: rgb(156,85,70); }

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

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

 span { border-color: rgb(156,85,70); }

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