#6F4C4A

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

Shades of Buccaneer #6F4C4A

Tints of Buccaneer #6F4C4A

Color information

#6F4C4A (or 0x6F4C4A) is unknown color: approx Buccaneer. HEX triplet: 6F, 4C and 4A. RGB value is (111,76,74). Sum of RGB (Red+Green+Blue) = 111+76+74=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4C4A is #90B3B5. Grayscale: #565656. Windows color (decimal): -9483190 or 4869231. OLE color: 4869231.

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

Color convert

RGB1117674-
CMYK00.320.330.56
HSL3.24º20%36.27%-
HSV(B)3.24º33.33%43.53%-
XYZ10.389.047.68-
YUV86.24121.1145.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.53%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 74 (29.30% from 255) = 28.35%
R=42.53%
G=29.12%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111767400.320.330.563.242036.27
Hex6F4C4A020213831424
Octal157114112040417032444
Binary11011111001100100101001000001000011110001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,76,74); }

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

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

 a { background-color: rgb(111,76,74); }

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

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

 span { border-color: rgb(111,76,74); }

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