#864451

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

Shades of Camelot #864451

Tints of Camelot #864451

Color information

#864451 (or 0x864451) is unknown color: approx Camelot. HEX triplet: 86, 44 and 51. RGB value is (134,68,81). Sum of RGB (Red+Green+Blue) = 134+68+81=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #864451 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864451 is #79BBAE. Grayscale: #595959. Windows color (decimal): -7977903 or 5325958. OLE color: 5325958.

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

Color convert

RGB1346881-
CMYK00.490.400.47
HSL348.18º32.67%39.61%-
HSV(B)348.18º49.25%52.55%-
XYZ13.389.88.97-
YUV89.22123.37159.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.35%
GREEN value IS 68 (26.95% from 255) = 24.03%
BLUE value IS 81 (32.03% from 255) = 28.62%
R=47.35%
G=24.03%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134688100.490.400.47348.1832.6739.61
Hex864451031282F15c2128
Octal20610412106150575344150
Binary10000110100010010100010110001101000101111101011100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864451; }

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

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

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

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

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

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

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

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