#705655

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

Shades of Buccaneer #705655

Tints of Buccaneer #705655

Color information

#705655 (or 0x705655) is unknown color: approx Buccaneer. HEX triplet: 70, 56 and 55. RGB value is (112,86,85). Sum of RGB (Red+Green+Blue) = 112+86+85=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #705655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705655 is #8FA9AA. Grayscale: #5D5D5D. Windows color (decimal): -9415083 or 5592688. OLE color: 5592688.

HSL color Cylindrical-coordinate representation of color #705655: hue angle of 2.22º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #705655 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1128685-
CMYK00.230.240.56
HSL2.22º13.71%38.63%-
HSV(B)2.22º24.11%43.92%-
XYZ11.6510.7610.06-
YUV93.66123.11141.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=39.58%
G=30.39%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112868500.230.240.562.2213.7138.63
Hex70565501718382e27
Octal160126125027307021647
Binary11100001010110101010101011111000111000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705655; }

 p { color: rgb(112,86,85); }

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

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

 a { background-color: rgb(112,86,85); }

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

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

 span { border-color: rgb(112,86,85); }

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