#9F564B

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

Shades of Crail #9F564B

Tints of Crail #9F564B

Color information

#9F564B (or 0x9F564B) is unknown color: approx Crail. HEX triplet: 9F, 56 and 4B. RGB value is (159,86,75). Sum of RGB (Red+Green+Blue) = 159+86+75=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F564B is #60A9B4. Grayscale: #6A6A6A. Windows color (decimal): -6334901 or 4937375. OLE color: 4937375.

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

Color convert

RGB1598675-
CMYK00.460.530.38
HSL7.86º35.9%45.88%-
HSV(B)7.86º52.83%62.35%-
XYZ18.914.538.47-
YUV106.57110.18165.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.69%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 75 (29.69% from 255) = 23.44%
R=49.69%
G=26.88%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159867500.460.530.387.8635.945.88
Hex9F564B02E35268242e
Octal2371261130566546104456
Binary100111111010110100101101011101101011001101000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,86,75); }

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

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

 a { background-color: rgb(159,86,75); }

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

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

 span { border-color: rgb(159,86,75); }

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