#6A4F4F

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

Shades of Buccaneer #6A4F4F

Tints of Buccaneer #6A4F4F

Color information

#6A4F4F (or 0x6A4F4F) is unknown color: approx Buccaneer. HEX triplet: 6A, 4F and 4F. RGB value is (106,79,79). Sum of RGB (Red+Green+Blue) = 106+79+79=264 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.15% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4F4F is #95B0B0. Grayscale: #575757. Windows color (decimal): -9810097 or 5197674. OLE color: 5197674.

HSL color Cylindrical-coordinate representation of color #6A4F4F: hue angle of 0º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A4F4F is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB1067979-
CMYK00.250.250.58
HSL14.59%36.27%-
HSV(B)25.47%41.57%-
XYZ10.159.228.64-
YUV87.07123.45141.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.15%
GREEN value IS 79 (31.25% from 255) = 29.92%
BLUE value IS 79 (31.25% from 255) = 29.92%
R=40.15%
G=29.92%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106797900.250.250.58014.5936.27
Hex6A4F4F019193A0f24
Octal152117117031317201744
Binary1101010100111110011110110011100111101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A4F4F; }

 p { color: rgb(106,79,79); }

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

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

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

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

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

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

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