#864251

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

Shades of Camelot #864251

Tints of Camelot #864251

Color information

#864251 (or 0x864251) is unknown color: approx Camelot. HEX triplet: 86, 42 and 51. RGB value is (134,66,81). Sum of RGB (Red+Green+Blue) = 134+66+81=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #864251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864251 is #79BDAE. Grayscale: #585858. Windows color (decimal): -7978415 or 5325446. OLE color: 5325446.

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

Color convert

RGB1346681-
CMYK00.510.400.47
HSL346.76º34%39.22%-
HSV(B)346.76º50.75%52.55%-
XYZ13.269.568.93-
YUV88.04124.03160.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.69%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 81 (32.03% from 255) = 28.83%
R=47.69%
G=23.49%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134668100.510.400.47346.763439.22
Hex864251033282F15b2227
Octal20610212106350575334247
Binary10000110100001010100010110011101000101111101011011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864251; }

 p { color: rgb(134,66,81); }

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

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

 a { background-color: rgb(134,66,81); }

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

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

 span { border-color: rgb(134,66,81); }

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