#694B4B

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

Shades of Buccaneer #694B4B

Tints of Buccaneer #694B4B

Color information

#694B4B (or 0x694B4B) is unknown color: approx Buccaneer. HEX triplet: 69, 4B and 4B. RGB value is (105,75,75). Sum of RGB (Red+Green+Blue) = 105+75+75=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 105 - color contains mainly: red. Hex color #694B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694B4B is #96B4B4. Grayscale: #545454. Windows color (decimal): -9876661 or 4934505. OLE color: 4934505.

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

Color convert

RGB1057575-
CMYK00.290.290.59
HSL16.67%35.29%-
HSV(B)28.57%41.18%-
XYZ9.618.547.8-
YUV83.97122.94143-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.18%
GREEN value IS 75 (29.69% from 255) = 29.41%
BLUE value IS 75 (29.69% from 255) = 29.41%
R=41.18%
G=29.41%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105757500.290.290.59016.6735.29
Hex694B4B01D1D3B01123
Octal151113113035357302143
Binary11010011001011100101101110111101111011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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