#864458

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

Shades of Camelot #864458

Tints of Camelot #864458

Color information

#864458 (or 0x864458) is unknown color: approx Camelot. HEX triplet: 86, 44 and 58. RGB value is (134,68,88). Sum of RGB (Red+Green+Blue) = 134+68+88=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #864458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864458 is #79BBA7. Grayscale: #5A5A5A. Windows color (decimal): -7977896 or 5784710. OLE color: 5784710.

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

Color convert

RGB1346888-
CMYK00.490.340.47
HSL341.82º32.67%39.61%-
HSV(B)341.82º49.25%52.55%-
XYZ13.669.9110.42-
YUV90.01126.87159.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.21%
GREEN value IS 68 (26.95% from 255) = 23.45%
BLUE value IS 88 (34.77% from 255) = 30.34%
R=46.21%
G=23.45%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134688800.490.340.47341.8232.6739.61
Hex864458031222F1562128
Octal20610413006142575264150
Binary10000110100010010110000110001100010101111101010110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864458; }

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

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

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

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

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

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

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

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