#864350

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

Shades of Camelot #864350

Tints of Camelot #864350

Color information

#864350 (or 0x864350) is unknown color: approx Camelot. HEX triplet: 86, 43 and 50. RGB value is (134,67,80). Sum of RGB (Red+Green+Blue) = 134+67+80=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #864350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864350 is #79BCAF. Grayscale: #585858. Windows color (decimal): -7978160 or 5260166. OLE color: 5260166.

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

Color convert

RGB1346780-
CMYK00.50.400.47
HSL348.36º33.33%39.41%-
HSV(B)348.36º50%52.55%-
XYZ13.299.668.75-
YUV88.52123.2160.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 67 (26.56% from 255) = 23.84%
BLUE value IS 80 (31.64% from 255) = 28.47%
R=47.69%
G=23.84%
B=28.47%

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
Decimal134678000.50.400.47348.3633.3339.41
Hex864350032282F15c2127
Octal20610312006250575344147
Binary10000110100001110100000110010101000101111101011100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864350; }

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

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

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

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

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

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

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

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