Html Css Color HEX #705655 Buccaneer

📋 copy color: '#705655'

red 112 ◦ green 86 ◦ blue 85

#705655
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buccaneer #705655

Tints of Buccaneer #705655

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 value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#705655 (or 0x705655) is known color: 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

RGB 112 86 85 -
CMYK 0 0.23 0.24 0.56
HSL 2.22º 0.14% 0.39% -
HSV(B) 2.22º 0.24% 0.44% -
XYZ 11.65 10.76 10.06 -
YUV 93.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 112 86 85 0 0.23 0.24 0.56 2.22 0.14 0.39
Hex 70 56 55 0 17 18 38 2 E 27
Octal 160 126 125 0 27 30 70 2 16 47
Binary 1110000 1010110 1010101 0 10111 11000 111000 10 1110 100111

Color Harmonies of #705655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705655

Black with #705655

Text Example


Text Example

White with #705655

Text Example


Text Example

HTML Codes & Css Web 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>