#615353

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

Shades of Buccaneer #615353

Tints of Buccaneer #615353

Color information

#615353 (or 0x615353) is unknown color: approx Buccaneer. HEX triplet: 61, 53 and 53. RGB value is (97,83,83). Sum of RGB (Red+Green+Blue) = 97+83+83=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 97 - color contains mainly: red. Hex color #615353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615353 is #9EACAC. Grayscale: #575757. Windows color (decimal): -10398893 or 5460833. OLE color: 5460833.

HSL color Cylindrical-coordinate representation of color #615353: hue angle of 0º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #615353 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB978383-
CMYK00.140.140.62
HSL7.78%35.29%-
HSV(B)14.43%38.04%-
XYZ9.589.359.48-
YUV87.19125.64135-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.88%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 83 (32.81% from 255) = 31.56%
R=36.88%
G=31.56%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97838300.140.140.6207.7835.29
Hex6153530EE3E0823
Octal141123123016167601043
Binary11000011010011101001101110111011111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615353; }

 p { color: rgb(97,83,83); }

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

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

 a { background-color: rgb(97,83,83); }

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

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

 span { border-color: rgb(97,83,83); }

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