#645352

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

Shades of Buccaneer #645352

Tints of Buccaneer #645352

Color information

#645352 (or 0x645352) is unknown color: approx Buccaneer. HEX triplet: 64, 53 and 52. RGB value is (100,83,82). Sum of RGB (Red+Green+Blue) = 100+83+82=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 100 - color contains mainly: red. Hex color #645352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645352 is #9BACAD. Grayscale: #575757. Windows color (decimal): -10202286 or 5395300. OLE color: 5395300.

HSL color Cylindrical-coordinate representation of color #645352: hue angle of 3.33º 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 #645352 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB1008382-
CMYK00.170.180.61
HSL3.33º9.89%35.69%-
HSV(B)3.33º18%39.22%-
XYZ9.879.519.3-
YUV87.97124.63136.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.74%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=37.74%
G=31.32%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100838200.170.180.613.339.8935.69
Hex645352011123D3a24
Octal144123122021227531244
Binary11001001010011101001001000110010111101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645352; }

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

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

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

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

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

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

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

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