#864454

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

Shades of Camelot #864454

Tints of Camelot #864454

Color information

#864454 (or 0x864454) is unknown color: approx Camelot. HEX triplet: 86, 44 and 54. RGB value is (134,68,84). Sum of RGB (Red+Green+Blue) = 134+68+84=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #864454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864454 is #79BBAB. Grayscale: #595959. Windows color (decimal): -7977900 or 5522566. OLE color: 5522566.

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

Color convert

RGB1346884-
CMYK00.490.370.47
HSL345.45º32.67%39.61%-
HSV(B)345.45º49.25%52.55%-
XYZ13.59.849.58-
YUV89.56124.87159.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 68 (26.95% from 255) = 23.78%
BLUE value IS 84 (33.20% from 255) = 29.37%
R=46.85%
G=23.78%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134688400.490.370.47345.4532.6739.61
Hex864454031252F1592128
Octal20610412406145575314150
Binary10000110100010010101000110001100101101111101011001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864454; }

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

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

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

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

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

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

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

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