#864159

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

Shades of Camelot #864159

Tints of Camelot #864159

Color information

#864159 (or 0x864159) is unknown color: approx Camelot. HEX triplet: 86, 41 and 59. RGB value is (134,65,89). Sum of RGB (Red+Green+Blue) = 134+65+89=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #864159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864159 is #79BEA6. Grayscale: #585858. Windows color (decimal): -7978663 or 5849478. OLE color: 5849478.

HSL color Cylindrical-coordinate representation of color #864159: hue angle of 339.13º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #864159 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1346589-
CMYK00.510.340.47
HSL339.13º34.67%39.02%-
HSV(B)339.13º51.49%52.55%-
XYZ13.529.5710.59-
YUV88.37128.36160.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 65 (25.78% from 255) = 22.57%
BLUE value IS 89 (35.16% from 255) = 30.90%
R=46.53%
G=22.57%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134658900.510.340.47339.1334.6739.02
Hex864159033222F1532327
Octal20610113106342575234347
Binary10000110100000110110010110011100010101111101010011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864159; }

 p { color: rgb(134,65,89); }

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

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

 a { background-color: rgb(134,65,89); }

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

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

 span { border-color: rgb(134,65,89); }

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