#675554

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

Shades of Buccaneer #675554

Tints of Buccaneer #675554

Color information

#675554 (or 0x675554) is unknown color: approx Buccaneer. HEX triplet: 67, 55 and 54. RGB value is (103,85,84). Sum of RGB (Red+Green+Blue) = 103+85+84=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 103 - color contains mainly: red. Hex color #675554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675554 is #98AAAB. Grayscale: #5A5A5A. Windows color (decimal): -10005164 or 5526887. OLE color: 5526887.

HSL color Cylindrical-coordinate representation of color #675554: hue angle of 3.16º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #675554 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB1038584-
CMYK00.170.180.60
HSL3.16º10.16%36.67%-
HSV(B)3.16º18.45%40.39%-
XYZ10.4410.029.77-
YUV90.27124.46137.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.87%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 84 (33.20% from 255) = 30.88%
R=37.87%
G=31.25%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103858400.170.180.603.1610.1636.67
Hex675554011123C3a25
Octal147125124021227431245
Binary11001111010101101010001000110010111100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675554; }

 p { color: rgb(103,85,84); }

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

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

 a { background-color: rgb(103,85,84); }

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

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

 span { border-color: rgb(103,85,84); }

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