#6F4545

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

Shades of Buccaneer #6F4545

Tints of Buccaneer #6F4545

Color information

#6F4545 (or 0x6F4545) is unknown color: approx Buccaneer. HEX triplet: 6F, 45 and 45. RGB value is (111,69,69). Sum of RGB (Red+Green+Blue) = 111+69+69=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 69 (27.34% from 255 or 27.71% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4545 is #90BABA. Grayscale: #515151. Windows color (decimal): -9484987 or 4539759. OLE color: 4539759.

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

Color convert

RGB1116969-
CMYK00.380.380.56
HSL23.33%35.29%-
HSV(B)37.84%43.53%-
XYZ9.768.076.67-
YUV81.56120.91149-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.58%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 69 (27.34% from 255) = 27.71%
R=44.58%
G=27.71%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111696900.380.380.56023.3335.29
Hex6F4545026263801723
Octal157105105046467002743
Binary1101111100010110001010100110100110111000010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,69,69); }

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

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

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

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

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

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

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