#67514F

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

Shades of Buccaneer #67514F

Tints of Buccaneer #67514F

Color information

#67514F (or 0x67514F) is unknown color: approx Buccaneer. HEX triplet: 67, 51 and 4F. RGB value is (103,81,79). Sum of RGB (Red+Green+Blue) = 103+81+79=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 103 - color contains mainly: red. Hex color #67514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67514F is #98AEB0. Grayscale: #575757. Windows color (decimal): -10006193 or 5198183. OLE color: 5198183.

HSL color Cylindrical-coordinate representation of color #67514F: hue angle of 5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67514F is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB1038179-
CMYK00.210.230.60
HSL13.19%35.69%-
HSV(B)23.3%40.39%-
XYZ9.959.338.67-
YUV87.35123.29139.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.16%
GREEN value IS 81 (32.03% from 255) = 30.80%
BLUE value IS 79 (31.25% from 255) = 30.04%
R=39.16%
G=30.80%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103817900.210.230.60513.1935.69
Hex67514F015173C5d24
Octal147121117025277451544
Binary110011110100011001111010101101111111001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67514F; }

 p { color: rgb(103,81,79); }

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

<style>
 a { background-color: #67514F; }

 a { background-color: rgb(103,81,79); }

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

<style>
 span { border-color: #67514F; }

 span { border-color: rgb(103,81,79); }

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