#9C5649

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

Shades of Crail #9C5649

Tints of Crail #9C5649

Color information

#9C5649 (or 0x9C5649) is unknown color: approx Crail. HEX triplet: 9C, 56 and 49. RGB value is (156,86,73). Sum of RGB (Red+Green+Blue) = 156+86+73=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5649 is #63A9B6. Grayscale: #696969. Windows color (decimal): -6531511 or 4806300. OLE color: 4806300.

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

Color convert

RGB1568673-
CMYK00.450.530.39
HSL9.4º36.24%44.9%-
HSV(B)9.4º53.21%61.18%-
XYZ18.2414.28.08-
YUV105.45109.69164.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.52%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 73 (28.91% from 255) = 23.17%
R=49.52%
G=27.30%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.53
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156867300.450.530.399.436.2444.9
Hex9C564902D35279242d
Octal2341261110556547114455
Binary100111001010110100100101011011101011001111001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,86,73); }

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

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

 a { background-color: rgb(156,86,73); }

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

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

 span { border-color: rgb(156,86,73); }

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