#675452

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

Shades of Buccaneer #675452

Tints of Buccaneer #675452

Color information

#675452 (or 0x675452) is unknown color: approx Buccaneer. HEX triplet: 67, 54 and 52. RGB value is (103,84,82). Sum of RGB (Red+Green+Blue) = 103+84+82=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 103 - color contains mainly: red. Hex color #675452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675452 is #98ABAD. Grayscale: #595959. Windows color (decimal): -10005422 or 5395559. OLE color: 5395559.

HSL color Cylindrical-coordinate representation of color #675452: hue angle of 5.71º 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 #675452 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB1038482-
CMYK00.180.200.60
HSL5.71º11.35%36.27%-
HSV(B)5.71º20.39%40.39%-
XYZ10.299.839.34-
YUV89.45123.79137.66-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.29%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 82 (32.42% from 255) = 30.48%
R=38.29%
G=31.23%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103848200.180.200.605.7111.3536.27
Hex675452012143C6b24
Octal147124122022247461344
Binary110011110101001010010010010101001111001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675452; }

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

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

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

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

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

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

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

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