#664F4E

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

Shades of Buccaneer #664F4E

Tints of Buccaneer #664F4E

Color information

#664F4E (or 0x664F4E) is unknown color: approx Buccaneer. HEX triplet: 66, 4F and 4E. RGB value is (102,79,78). Sum of RGB (Red+Green+Blue) = 102+79+78=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #664F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F4E is #99B0B1. Grayscale: #555555. Windows color (decimal): -10072242 or 5132134. OLE color: 5132134.

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

Color convert

RGB1027978-
CMYK00.230.240.6
HSL2.5º13.33%35.29%-
HSV(B)2.5º23.53%40%-
XYZ9.658.978.43-
YUV85.76123.62139.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.38%
GREEN value IS 79 (31.25% from 255) = 30.50%
BLUE value IS 78 (30.86% from 255) = 30.12%
R=39.38%
G=30.50%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102797800.230.240.62.513.3335.29
Hex664F4E017183C3d23
Octal146117116027307431543
Binary11001101001111100111001011111000111100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,79,78); }

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

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

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

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

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

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

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