#86414C

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

Shades of Camelot #86414C

Tints of Camelot #86414C

Color information

#86414C (or 0x86414C) is unknown color: approx Camelot. HEX triplet: 86, 41 and 4C. RGB value is (134,65,76). Sum of RGB (Red+Green+Blue) = 134+65+76=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #86414C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86414C is #79BEB3. Grayscale: #565656. Windows color (decimal): -7978676 or 4997510. OLE color: 4997510.

HSL color Cylindrical-coordinate representation of color #86414C: hue angle of 350.43º 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 #86414C is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1346576-
CMYK00.510.430.47
HSL350.43º34.67%39.02%-
HSV(B)350.43º51.49%52.55%-
XYZ13.039.377.96-
YUV86.88121.86161.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.73%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 76 (30.08% from 255) = 27.64%
R=48.73%
G=23.64%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134657600.510.430.47350.4334.6739.02
Hex86414C0332B2F15e2327
Octal20610111406353575364347
Binary10000110100000110011000110011101011101111101011110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86414C; }

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

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

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

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

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

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

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

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