#6F4F4D

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

Shades of Buccaneer #6F4F4D

Tints of Buccaneer #6F4F4D

Color information

#6F4F4D (or 0x6F4F4D) is unknown color: approx Buccaneer. HEX triplet: 6F, 4F and 4D. RGB value is (111,79,77). Sum of RGB (Red+Green+Blue) = 111+79+77=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4F4D is #90B0B2. Grayscale: #585858. Windows color (decimal): -9482419 or 5066607. OLE color: 5066607.

HSL color Cylindrical-coordinate representation of color #6F4F4D: hue angle of 3.53º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F4F4D is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB1117977-
CMYK00.290.310.56
HSL3.53º18.09%36.86%-
HSV(B)3.53º30.63%43.53%-
XYZ10.699.518.29-
YUV88.34121.6144.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.57%
GREEN value IS 79 (31.25% from 255) = 29.59%
BLUE value IS 77 (30.47% from 255) = 28.84%
R=41.57%
G=29.59%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111797700.290.310.563.5318.0936.86
Hex6F4F4D01D1F3841225
Octal157117115035377042245
Binary1101111100111110011010111011111111100010010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,79,77); }

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

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

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

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

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

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

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