#86404B

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

Shades of Camelot #86404B

Tints of Camelot #86404B

Color information

#86404B (or 0x86404B) is unknown color: approx Camelot. HEX triplet: 86, 40 and 4B. RGB value is (134,64,75). Sum of RGB (Red+Green+Blue) = 134+64+75=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #86404B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86404B is #79BFB4. Grayscale: #565656. Windows color (decimal): -7978933 or 4931718. OLE color: 4931718.

HSL color Cylindrical-coordinate representation of color #86404B: hue angle of 350.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86404B is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1346475-
CMYK00.520.440.47
HSL350.57º35.35%38.82%-
HSV(B)350.57º52.24%52.55%-
XYZ12.939.247.76-
YUV86.18121.69162.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.08%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=49.08%
G=23.44%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134647500.520.440.47350.5735.3538.82
Hex86404B0342C2F15f2327
Octal20610011306454575374347
Binary10000110100000010010110110100101100101111101011111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86404B; }

 p { color: rgb(134,64,75); }

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

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

 a { background-color: rgb(134,64,75); }

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

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

 span { border-color: rgb(134,64,75); }

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