#695151

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

Shades of Buccaneer #695151

Tints of Buccaneer #695151

Color information

#695151 (or 0x695151) is unknown color: approx Buccaneer. HEX triplet: 69, 51 and 51. RGB value is (105,81,81). Sum of RGB (Red+Green+Blue) = 105+81+81=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 105 - color contains mainly: red. Hex color #695151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695151 is #96AEAE. Grayscale: #585858. Windows color (decimal): -9875119 or 5329257. OLE color: 5329257.

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

Color convert

RGB1058181-
CMYK00.230.230.59
HSL12.9%36.47%-
HSV(B)22.86%41.18%-
XYZ10.259.489.07-
YUV88.18123.95140-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.33%
GREEN value IS 81 (32.03% from 255) = 30.34%
BLUE value IS 81 (32.03% from 255) = 30.34%
R=39.33%
G=30.34%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105818100.230.230.59012.936.47
Hex695151017173B0d24
Octal151121121027277301544
Binary1101001101000110100010101111011111101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695151; }

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

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

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

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

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

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

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

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