#9B5646

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

Shades of Crail #9B5646

Tints of Crail #9B5646

Color information

#9B5646 (or 0x9B5646) is unknown color: approx Crail. HEX triplet: 9B, 56 and 46. RGB value is (155,86,70). Sum of RGB (Red+Green+Blue) = 155+86+70=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5646 is #64A9B9. Grayscale: #686868. Windows color (decimal): -6597050 or 4609691. OLE color: 4609691.

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

Color convert

RGB1558670-
CMYK00.450.550.39
HSL11.29º37.78%44.12%-
HSV(B)11.29º54.84%60.78%-
XYZ17.9514.077.56-
YUV104.81108.36163.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.84%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 70 (27.73% from 255) = 22.51%
R=49.84%
G=27.65%
B=22.51%

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
Decimal155867000.450.550.3911.2937.7844.12
Hex9B564602D3727b262c
Octal2331261060556747134654
Binary100110111010110100011001011011101111001111011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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