#863345

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

Shades of Camelot #863345

Tints of Camelot #863345

Color information

#863345 (or 0x863345) is unknown color: approx Camelot. HEX triplet: 86, 33 and 45. RGB value is (134,51,69). Sum of RGB (Red+Green+Blue) = 134+51+69=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #863345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863345 is #79CCBA. Grayscale: #4D4D4D. Windows color (decimal): -7982267 or 4535174. OLE color: 4535174.

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

Color convert

RGB1345169-
CMYK00.620.490.47
HSL346.99º44.86%36.27%-
HSV(B)346.99º61.94%52.55%-
XYZ12.097.876.51-
YUV77.87123168.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.76%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 69 (27.34% from 255) = 27.17%
R=52.76%
G=20.08%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134516900.620.490.47346.9944.8636.27
Hex86334503E312F15b2d24
Octal2066310507661575335544
Binary1000011011001110001010111110110001101111101011011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863345; }

 p { color: rgb(134,51,69); }

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

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

 a { background-color: rgb(134,51,69); }

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

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

 span { border-color: rgb(134,51,69); }

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