#615050

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

Shades of Buccaneer #615050

Tints of Buccaneer #615050

Color information

#615050 (or 0x615050) is unknown color: approx Buccaneer. HEX triplet: 61, 50 and 50. RGB value is (97,80,80). Sum of RGB (Red+Green+Blue) = 97+80+80=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #615050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615050 is #9EAFAF. Grayscale: #555555. Windows color (decimal): -10399664 or 5263457. OLE color: 5263457.

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

Color convert

RGB978080-
CMYK00.180.180.62
HSL9.6%34.71%-
HSV(B)17.53%38.04%-
XYZ9.258.868.81-
YUV85.08125.13136.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.74%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=37.74%
G=31.13%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97808000.180.180.6209.634.71
Hex615050012123E0a23
Octal141120120022227601243
Binary1100001101000010100000100101001011111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615050; }

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

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

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

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

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

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

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

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