#684B4B

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

Shades of Buccaneer #684B4B

Tints of Buccaneer #684B4B

Color information

#684B4B (or 0x684B4B) is unknown color: approx Buccaneer. HEX triplet: 68, 4B and 4B. RGB value is (104,75,75). Sum of RGB (Red+Green+Blue) = 104+75+75=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 104 - color contains mainly: red. Hex color #684B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B4B is #97B4B4. Grayscale: #535353. Windows color (decimal): -9942197 or 4934504. OLE color: 4934504.

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

Color convert

RGB1047575-
CMYK00.280.280.59
HSL16.2%35.1%-
HSV(B)27.88%40.78%-
XYZ9.498.487.79-
YUV83.67123.11142.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.94%
GREEN value IS 75 (29.69% from 255) = 29.53%
BLUE value IS 75 (29.69% from 255) = 29.53%
R=40.94%
G=29.53%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104757500.280.280.59016.235.1
Hex684B4B01C1C3B01023
Octal150113113034347302043
Binary11010001001011100101101110011100111011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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