#655352

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

Shades of Buccaneer #655352

Tints of Buccaneer #655352

Color information

#655352 (or 0x655352) is unknown color: approx Buccaneer. HEX triplet: 65, 53 and 52. RGB value is (101,83,82). Sum of RGB (Red+Green+Blue) = 101+83+82=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 101 - color contains mainly: red. Hex color #655352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655352 is #9AACAD. Grayscale: #585858. Windows color (decimal): -10136750 or 5395301. OLE color: 5395301.

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

Color convert

RGB1018382-
CMYK00.180.190.60
HSL3.16º10.38%35.88%-
HSV(B)3.16º18.81%39.61%-
XYZ9.989.569.3-
YUV88.27124.46137.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.97%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 82 (32.42% from 255) = 30.83%
R=37.97%
G=31.20%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101838200.180.190.603.1610.3835.88
Hex655352012133C3a24
Octal145123122022237431244
Binary11001011010011101001001001010011111100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655352; }

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

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

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

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

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

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

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

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