#675352

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

Shades of Buccaneer #675352

Tints of Buccaneer #675352

Color information

#675352 (or 0x675352) is unknown color: approx Buccaneer. HEX triplet: 67, 53 and 52. RGB value is (103,83,82). Sum of RGB (Red+Green+Blue) = 103+83+82=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 103 - color contains mainly: red. Hex color #675352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675352 is #98ACAD. Grayscale: #585858. Windows color (decimal): -10005678 or 5395303. OLE color: 5395303.

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

Color convert

RGB1038382-
CMYK00.190.200.60
HSL2.86º11.35%36.27%-
HSV(B)2.86º20.39%40.39%-
XYZ10.219.689.31-
YUV88.87124.13138.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.43%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=38.43%
G=30.97%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103838200.190.200.602.8611.3536.27
Hex675352013143C3b24
Octal147123122023247431344
Binary11001111010011101001001001110100111100111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675352; }

 p { color: rgb(103,83,82); }

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

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

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

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

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

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

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