#664D4D

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

Shades of Buccaneer #664D4D

Tints of Buccaneer #664D4D

Color information

#664D4D (or 0x664D4D) is unknown color: approx Buccaneer. HEX triplet: 66, 4D and 4D. RGB value is (102,77,77). Sum of RGB (Red+Green+Blue) = 102+77+77=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #664D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D4D is #99B2B2. Grayscale: #545454. Windows color (decimal): -10072755 or 5066086. OLE color: 5066086.

HSL color Cylindrical-coordinate representation of color #664D4D: hue angle of 0º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #664D4D is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1027777-
CMYK00.250.250.6
HSL13.97%35.1%-
HSV(B)24.51%40%-
XYZ9.478.678.2-
YUV84.48123.78140.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 77 (30.47% from 255) = 30.08%
BLUE value IS 77 (30.47% from 255) = 30.08%
R=39.84%
G=30.08%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102777700.250.250.6013.9735.1
Hex664D4D019193C0e23
Octal146115115031317401643
Binary1100110100110110011010110011100111110001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664D4D; }

 p { color: rgb(102,77,77); }

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

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

 a { background-color: rgb(102,77,77); }

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

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

 span { border-color: rgb(102,77,77); }

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