#864258

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

Shades of Camelot #864258

Tints of Camelot #864258

Color information

#864258 (or 0x864258) is unknown color: approx Camelot. HEX triplet: 86, 42 and 58. RGB value is (134,66,88). Sum of RGB (Red+Green+Blue) = 134+66+88=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #864258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864258 is #79BDA7. Grayscale: #585858. Windows color (decimal): -7978408 or 5784198. OLE color: 5784198.

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

Color convert

RGB1346688-
CMYK00.510.340.47
HSL340.59º34%39.22%-
HSV(B)340.59º50.75%52.55%-
XYZ13.549.6710.39-
YUV88.84127.53160.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 88 (34.77% from 255) = 30.56%
R=46.53%
G=22.92%
B=30.56%

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
Decimal134668800.510.340.47340.593439.22
Hex864258033222F1552227
Octal20610213006342575254247
Binary10000110100001010110000110011100010101111101010101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864258; }

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

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

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

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

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

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

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

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