#6D4B49

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

Shades of Buccaneer #6D4B49

Tints of Buccaneer #6D4B49

Color information

#6D4B49 (or 0x6D4B49) is unknown color: approx Buccaneer. HEX triplet: 6D, 4B and 49. RGB value is (109,75,73). Sum of RGB (Red+Green+Blue) = 109+75+73=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4B49 is #92B4B6. Grayscale: #545454. Windows color (decimal): -9614519 or 4803437. OLE color: 4803437.

HSL color Cylindrical-coordinate representation of color #6D4B49: hue angle of 3.33º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D4B49 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB1097573-
CMYK00.310.330.57
HSL3.33º19.78%35.69%-
HSV(B)3.33º33.03%42.75%-
XYZ10.038.767.47-
YUV84.94121.26145.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.41%
GREEN value IS 75 (29.69% from 255) = 29.18%
BLUE value IS 73 (28.91% from 255) = 28.40%
R=42.41%
G=29.18%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109757300.310.330.573.3319.7835.69
Hex6D4B4901F213931424
Octal155113111037417132444
Binary1101101100101110010010111111000011110011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,75,73); }

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

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

 a { background-color: rgb(109,75,73); }

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

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

 span { border-color: rgb(109,75,73); }

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