#864150

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

Shades of Camelot #864150

Tints of Camelot #864150

Color information

#864150 (or 0x864150) is unknown color: approx Camelot. HEX triplet: 86, 41 and 50. RGB value is (134,65,80). Sum of RGB (Red+Green+Blue) = 134+65+80=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #864150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864150 is #79BEAF. Grayscale: #575757. Windows color (decimal): -7978672 or 5259654. OLE color: 5259654.

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

Color convert

RGB1346580-
CMYK00.510.400.47
HSL346.96º34.67%39.02%-
HSV(B)346.96º51.49%52.55%-
XYZ13.179.438.72-
YUV87.34123.86161.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.03%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=48.03%
G=23.30%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134658000.510.400.47346.9634.6739.02
Hex864150033282F15b2327
Octal20610112006350575334347
Binary10000110100000110100000110011101000101111101011011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864150; }

 p { color: rgb(134,65,80); }

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

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

 a { background-color: rgb(134,65,80); }

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

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

 span { border-color: rgb(134,65,80); }

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