#695150

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

Shades of Buccaneer #695150

Tints of Buccaneer #695150

Color information

#695150 (or 0x695150) is unknown color: approx Buccaneer. HEX triplet: 69, 51 and 50. RGB value is (105,81,80). Sum of RGB (Red+Green+Blue) = 105+81+80=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 105 - color contains mainly: red. Hex color #695150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695150 is #96AEAF. Grayscale: #585858. Windows color (decimal): -9875120 or 5263721. OLE color: 5263721.

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

Color convert

RGB1058180-
CMYK00.230.240.59
HSL2.4º13.51%36.27%-
HSV(B)2.4º23.81%41.18%-
XYZ10.229.478.88-
YUV88.06123.45140.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.47%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 80 (31.64% from 255) = 30.08%
R=39.47%
G=30.45%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105818000.230.240.592.413.5136.27
Hex695150017183B2e24
Octal151121120027307321644
Binary11010011010001101000001011111000111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695150; }

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

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

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

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

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

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

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

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