#864257

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

Shades of Camelot #864257

Tints of Camelot #864257

Color information

#864257 (or 0x864257) is unknown color: approx Camelot. HEX triplet: 86, 42 and 57. RGB value is (134,66,87). Sum of RGB (Red+Green+Blue) = 134+66+87=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #864257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864257 is #79BDA8. Grayscale: #585858. Windows color (decimal): -7978409 or 5718662. OLE color: 5718662.

HSL color Cylindrical-coordinate representation of color #864257: hue angle of 341.47º degrees, saturation: 0.34, 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 #864257 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB1346687-
CMYK00.510.350.47
HSL341.47º34%39.22%-
HSV(B)341.47º50.75%52.55%-
XYZ13.59.6510.17-
YUV88.73127.03160.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.69%
GREEN value IS 66 (26.17% from 255) = 23.00%
BLUE value IS 87 (34.38% from 255) = 30.31%
R=46.69%
G=23.00%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134668700.510.350.47341.473439.22
Hex864257033232F1552227
Octal20610212706343575254247
Binary10000110100001010101110110011100011101111101010101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864257; }

 p { color: rgb(134,66,87); }

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

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

 a { background-color: rgb(134,66,87); }

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

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

 span { border-color: rgb(134,66,87); }

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