#884656

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

Shades of Camelot #884656

Tints of Camelot #884656

Color information

#884656 (or 0x884656) is unknown color: approx Camelot. HEX triplet: 88, 46 and 56. RGB value is (136,70,86). Sum of RGB (Red+Green+Blue) = 136+70+86=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #884656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884656 is #77B9A9. Grayscale: #5B5B5B. Windows color (decimal): -7846314 or 5654152. OLE color: 5654152.

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

Color convert

RGB1367086-
CMYK00.490.370.47
HSL345.45º32.04%40.39%-
HSV(B)345.45º48.53%53.33%-
XYZ14.0210.2910.05-
YUV91.56124.87159.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.58%
GREEN value IS 70 (27.73% from 255) = 23.97%
BLUE value IS 86 (33.98% from 255) = 29.45%
R=46.58%
G=23.97%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136708600.490.370.47345.4532.0440.39
Hex884656031252F1592028
Octal21010612606145575314050
Binary10001000100011010101100110001100101101111101011001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884656; }

 p { color: rgb(136,70,86); }

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

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

 a { background-color: rgb(136,70,86); }

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

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

 span { border-color: rgb(136,70,86); }

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