Html Css Color HEX #715654 Buccaneer

📋 copy color: '#715654'

red 113 ◦ green 86 ◦ blue 84

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

Shades of Buccaneer #715654

Tints of Buccaneer #715654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.68%

R = 39.93%
G = 30.39%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#715654 (or 0x715654) is known color: Buccaneer. HEX triplet: 71, 56 and 54. RGB value is (113,86,84). Sum of RGB (Red+Green+Blue) = 113+86+84=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 113 - color contains mainly: red. Hex color #715654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715654 is #8EA9AB. Grayscale: #5D5D5D. Windows color (decimal): -9349548 or 5527153. OLE color: 5527153.

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

Color convert

RGB 113 86 84 -
CMYK 0 0.24 0.26 0.56
HSL 4.14º 0.15% 0.39% -
HSV(B) 4.14º 0.26% 0.44% -
XYZ 11.74 10.81 9.85 -
YUV 93.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 113 86 84 0 0.24 0.26 0.56 4.14 0.15 0.39
Hex 71 56 54 0 18 1A 38 4 F 27
Octal 161 126 124 0 30 32 70 4 17 47
Binary 1110001 1010110 1010100 0 11000 11010 111000 100 1111 100111

Color Harmonies of #715654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715654

Black with #715654

Text Example


Text Example

White with #715654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715654; }

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

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

background-color css

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

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

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

border-color css

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

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

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