#864351

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

Shades of Camelot #864351

Tints of Camelot #864351

Color information

#864351 (or 0x864351) is unknown color: approx Camelot. HEX triplet: 86, 43 and 51. RGB value is (134,67,81). Sum of RGB (Red+Green+Blue) = 134+67+81=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #864351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864351 is #79BCAE. Grayscale: #585858. Windows color (decimal): -7978159 or 5325702. OLE color: 5325702.

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

Color convert

RGB1346781-
CMYK00.50.400.47
HSL347.46º33.33%39.41%-
HSV(B)347.46º50%52.55%-
XYZ13.329.688.95-
YUV88.63123.7160.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.52%
GREEN value IS 67 (26.56% from 255) = 23.76%
BLUE value IS 81 (32.03% from 255) = 28.72%
R=47.52%
G=23.76%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134678100.50.400.47347.4633.3339.41
Hex864351032282F15b2127
Octal20610312106250575334147
Binary10000110100001110100010110010101000101111101011011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864351; }

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

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

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

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

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

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

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

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