#6E5452

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

Shades of Buccaneer #6E5452

Tints of Buccaneer #6E5452

Color information

#6E5452 (or 0x6E5452) is unknown color: approx Buccaneer. HEX triplet: 6E, 54 and 52. RGB value is (110,84,82). Sum of RGB (Red+Green+Blue) = 110+84+82=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5452 is #91ABAD. Grayscale: #5B5B5B. Windows color (decimal): -9546670 or 5395566. OLE color: 5395566.

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

Color convert

RGB1108482-
CMYK00.240.250.57
HSL4.29º14.58%37.65%-
HSV(B)4.29º25.45%43.14%-
XYZ11.1210.269.38-
YUV91.55122.61141.16-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.86%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 82 (32.42% from 255) = 29.71%
R=39.86%
G=30.43%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110848200.240.250.574.2914.5837.65
Hex6E545201819394f26
Octal156124122030317141746
Binary110111010101001010010011000110011110011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,84,82); }

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

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

 a { background-color: rgb(110,84,82); }

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

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

 span { border-color: rgb(110,84,82); }

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