#644E4E

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

Shades of Buccaneer #644E4E

Tints of Buccaneer #644E4E

Color information

#644E4E (or 0x644E4E) is unknown color: approx Buccaneer. HEX triplet: 64, 4E and 4E. RGB value is (100,78,78). Sum of RGB (Red+Green+Blue) = 100+78+78=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 100 - color contains mainly: red. Hex color #644E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #644E4E is #9BB1B1. Grayscale: #545454. Windows color (decimal): -10203570 or 5131876. OLE color: 5131876.

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

Color convert

RGB1007878-
CMYK00.220.220.61
HSL12.36%34.9%-
HSV(B)22%39.22%-
XYZ9.368.718.4-
YUV84.58124.29139-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.06%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 78 (30.86% from 255) = 30.47%
R=39.06%
G=30.47%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100787800.220.220.61012.3634.9
Hex644E4E016163D0c23
Octal144116116026267501443
Binary1100100100111010011100101101011011110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644E4E; }

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

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

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

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

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

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

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

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