#655353

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

Shades of Buccaneer #655353

Tints of Buccaneer #655353

Color information

#655353 (or 0x655353) is unknown color: approx Buccaneer. HEX triplet: 65, 53 and 53. RGB value is (101,83,83). Sum of RGB (Red+Green+Blue) = 101+83+83=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 101 - color contains mainly: red. Hex color #655353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655353 is #9AACAC. Grayscale: #585858. Windows color (decimal): -10136749 or 5460837. OLE color: 5460837.

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

Color convert

RGB1018383-
CMYK00.180.180.60
HSL9.78%36.08%-
HSV(B)17.82%39.61%-
XYZ10.029.589.5-
YUV88.38124.96137-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.83%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=37.83%
G=31.09%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101838300.180.180.6009.7836.08
Hex655353012123C0a24
Octal145123123022227401244
Binary1100101101001110100110100101001011110001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655353; }

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

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

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

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

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

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

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

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