#694E4C

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

Shades of Buccaneer #694E4C

Tints of Buccaneer #694E4C

Color information

#694E4C (or 0x694E4C) is unknown color: approx Buccaneer. HEX triplet: 69, 4E and 4C. RGB value is (105,78,76). Sum of RGB (Red+Green+Blue) = 105+78+76=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #694E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694E4C is #96B1B3. Grayscale: #555555. Windows color (decimal): -9875892 or 5000809. OLE color: 5000809.

HSL color Cylindrical-coordinate representation of color #694E4C: hue angle of 4.14º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #694E4C is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1057876-
CMYK00.260.280.59
HSL4.14º16.02%35.49%-
HSV(B)4.14º27.62%41.18%-
XYZ9.858.978.05-
YUV85.84122.45141.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.54%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=40.54%
G=30.12%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105787600.260.280.594.1416.0235.49
Hex694E4C01A1C3B41023
Octal151116114032347342043
Binary1101001100111010011000110101110011101110010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694E4C; }

 p { color: rgb(105,78,76); }

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

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

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

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

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

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

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