#69504F

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

Shades of Buccaneer #69504F

Tints of Buccaneer #69504F

Color information

#69504F (or 0x69504F) is unknown color: approx Buccaneer. HEX triplet: 69, 50 and 4F. RGB value is (105,80,79). Sum of RGB (Red+Green+Blue) = 105+80+79=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #69504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69504F is #96AFB0. Grayscale: #575757. Windows color (decimal): -9875377 or 5197929. OLE color: 5197929.

HSL color Cylindrical-coordinate representation of color #69504F: hue angle of 2.31º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #69504F is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1058079-
CMYK00.240.250.59
HSL2.31º14.13%36.08%-
HSV(B)2.31º24.76%41.18%-
XYZ10.119.318.66-
YUV87.36123.28140.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.77%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 79 (31.25% from 255) = 29.92%
R=39.77%
G=30.30%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105807900.240.250.592.3114.1336.08
Hex69504F018193B2e24
Octal151120117030317321644
Binary11010011010000100111101100011001111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,80,79); }

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

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

 a { background-color: rgb(105,80,79); }

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

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

 span { border-color: rgb(105,80,79); }

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