#69514F

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

Shades of Buccaneer #69514F

Tints of Buccaneer #69514F

Color information

#69514F (or 0x69514F) is unknown color: approx Buccaneer. HEX triplet: 69, 51 and 4F. RGB value is (105,81,79). Sum of RGB (Red+Green+Blue) = 105+81+79=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 105 - color contains mainly: red. Hex color #69514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69514F is #96AEB0. Grayscale: #575757. Windows color (decimal): -9875121 or 5198185. OLE color: 5198185.

HSL color Cylindrical-coordinate representation of color #69514F: hue angle of 4.62º 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 #69514F is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1058179-
CMYK00.230.250.59
HSL4.62º14.13%36.08%-
HSV(B)4.62º24.76%41.18%-
XYZ10.189.458.69-
YUV87.95122.95140.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.62%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=39.62%
G=30.57%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105817900.230.250.594.6214.1336.08
Hex69514F017193B5e24
Octal151121117027317351644
Binary110100110100011001111010111110011110111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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