Html Css Color HEX #715651 Buccaneer

📋 copy color: '#715651'

red 113 ◦ green 86 ◦ blue 81

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

Shades of Buccaneer #715651

Tints of Buccaneer #715651

RGB

 RED value IS 113 (44.53% from 255) = 40.36%

 GREEN value IS 86 (33.98% from 255) = 30.71%

 BLUE value IS 81 (32.03% from 255) = 28.93%

R = 40.36%
G = 30.71%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#715651 (or 0x715651) is known color: Buccaneer. HEX triplet: 71, 56 and 51. RGB value is (113,86,81). Sum of RGB (Red+Green+Blue) = 113+86+81=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #715651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715651 is #8EA9AE. Grayscale: #5D5D5D. Windows color (decimal): -9349551 or 5330545. OLE color: 5330545.

HSL color Cylindrical-coordinate representation of color #715651: hue angle of 9.38º 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 #715651 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 86 81 -
CMYK 0 0.24 0.28 0.56
HSL 9.38º 0.16% 0.38% -
HSV(B) 9.38º 0.28% 0.44% -
XYZ 11.62 10.76 9.25 -
YUV 93.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 113 86 81 0 0.24 0.28 0.56 9.38 0.16 0.38
Hex 71 56 51 0 18 1C 38 9 10 26
Octal 161 126 121 0 30 34 70 11 20 46
Binary 1110001 1010110 1010001 0 11000 11100 111000 1001 10000 100110

Color Harmonies of #715651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715651

Black with #715651

Text Example


Text Example

White with #715651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715651; }

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

 H1.HeaderClassName
 {
   color: #715651;
 }
 .AnyTagClassName
 {
   color: #715651;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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