#6F5453

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

Shades of Buccaneer #6F5453

Tints of Buccaneer #6F5453

Color information

#6F5453 (or 0x6F5453) is unknown color: approx Buccaneer. HEX triplet: 6F, 54 and 53. RGB value is (111,84,83). Sum of RGB (Red+Green+Blue) = 111+84+83=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5453 is #90ABAC. Grayscale: #5B5B5B. Windows color (decimal): -9481133 or 5461103. OLE color: 5461103.

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

Color convert

RGB1118483-
CMYK00.240.250.56
HSL2.14º14.43%38.04%-
HSV(B)2.14º25.23%43.53%-
XYZ11.2910.349.59-
YUV91.96122.95141.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.93%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 83 (32.81% from 255) = 29.86%
R=39.93%
G=30.22%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111848300.240.250.562.1414.4338.04
Hex6F545301819382e26
Octal157124123030317021646
Binary11011111010100101001101100011001111000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,84,83); }

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

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

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

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

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

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

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