#9C5646

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

Shades of Crail #9C5646

Tints of Crail #9C5646

Color information

#9C5646 (or 0x9C5646) is unknown color: approx Crail. HEX triplet: 9C, 56 and 46. RGB value is (156,86,70). Sum of RGB (Red+Green+Blue) = 156+86+70=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5646 is #63A9B9. Grayscale: #696969. Windows color (decimal): -6531514 or 4609692. OLE color: 4609692.

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

Color convert

RGB1568670-
CMYK00.450.550.39
HSL11.16º38.05%44.31%-
HSV(B)11.16º55.13%61.18%-
XYZ18.1414.177.57-
YUV105.11108.19164.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 70 (27.73% from 255) = 22.44%
R=50%
G=27.56%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156867000.450.550.3911.1638.0544.31
Hex9C564602D3727b262c
Octal2341261060556747134654
Binary100111001010110100011001011011101111001111011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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