#645252

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

Shades of Buccaneer #645252

Tints of Buccaneer #645252

Color information

#645252 (or 0x645252) is unknown color: approx Buccaneer. HEX triplet: 64, 52 and 52. RGB value is (100,82,82). Sum of RGB (Red+Green+Blue) = 100+82+82=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 100 - color contains mainly: red. Hex color #645252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645252 is #9BADAD. Grayscale: #575757. Windows color (decimal): -10202542 or 5395044. OLE color: 5395044.

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

Color convert

RGB1008282-
CMYK00.180.180.61
HSL9.89%35.69%-
HSV(B)18%39.22%-
XYZ9.89.359.27-
YUV87.38124.96137-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.88%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 82 (32.42% from 255) = 31.06%
R=37.88%
G=31.06%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100828200.180.180.6109.8935.69
Hex645252012123D0a24
Octal144122122022227501244
Binary1100100101001010100100100101001011110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645252; }

 p { color: rgb(100,82,82); }

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

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

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

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

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

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

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