#705651

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

Shades of Buccaneer #705651

Tints of Buccaneer #705651

Color information

#705651 (or 0x705651) is unknown color: approx Buccaneer. HEX triplet: 70, 56 and 51. RGB value is (112,86,81). Sum of RGB (Red+Green+Blue) = 112+86+81=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #705651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705651 is #8FA9AE. Grayscale: #5D5D5D. Windows color (decimal): -9415087 or 5330544. OLE color: 5330544.

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

Color convert

RGB1128681-
CMYK00.230.280.56
HSL9.68º16.06%37.84%-
HSV(B)9.68º27.68%43.92%-
XYZ11.510.699.24-
YUV93.2121.11141.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 81 (32.03% from 255) = 29.03%
R=40.14%
G=30.82%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112868100.230.280.569.6816.0637.84
Hex7056510171C38a1026
Octal1601261210273470122046
Binary11100001010110101000101011111100111000101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705651; }

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

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

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

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

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

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

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

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