#675050

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

Shades of Buccaneer #675050

Tints of Buccaneer #675050

Color information

#675050 (or 0x675050) is unknown color: approx Buccaneer. HEX triplet: 67, 50 and 50. RGB value is (103,80,80). Sum of RGB (Red+Green+Blue) = 103+80+80=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 103 - color contains mainly: red. Hex color #675050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675050 is #98AFAF. Grayscale: #565656. Windows color (decimal): -10006448 or 5263463. OLE color: 5263463.

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

Color convert

RGB1038080-
CMYK00.220.220.60
HSL12.57%35.88%-
HSV(B)22.33%40.39%-
XYZ9.919.28.84-
YUV86.88124.12139.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.16%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 80 (31.64% from 255) = 30.42%
R=39.16%
G=30.42%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103808000.220.220.60012.5735.88
Hex675050016163C0d24
Octal147120120026267401544
Binary1100111101000010100000101101011011110001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675050; }

 p { color: rgb(103,80,80); }

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

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

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

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

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

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

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