#864756

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

Shades of Camelot #864756

Tints of Camelot #864756

Color information

#864756 (or 0x864756) is unknown color: approx Camelot. HEX triplet: 86, 47 and 56. RGB value is (134,71,86). Sum of RGB (Red+Green+Blue) = 134+71+86=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #864756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864756 is #79B8A9. Grayscale: #5B5B5B. Windows color (decimal): -7977130 or 5654406. OLE color: 5654406.

HSL color Cylindrical-coordinate representation of color #864756: hue angle of 345.71º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #864756 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1347186-
CMYK00.470.360.47
HSL345.71º30.73%40.2%-
HSV(B)345.71º47.01%52.55%-
XYZ13.7610.2510.06-
YUV91.55124.87158.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 86 (33.98% from 255) = 29.55%
R=46.05%
G=24.40%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134718600.470.360.47345.7130.7340.2
Hex86475602F242F15a1f28
Octal20610712605744575323750
Binary1000011010001111010110010111110010010111110101101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864756; }

 p { color: rgb(134,71,86); }

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

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

 a { background-color: rgb(134,71,86); }

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

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

 span { border-color: rgb(134,71,86); }

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