#665452

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

Shades of Buccaneer #665452

Tints of Buccaneer #665452

Color information

#665452 (or 0x665452) is unknown color: approx Buccaneer. HEX triplet: 66, 54 and 52. RGB value is (102,84,82). Sum of RGB (Red+Green+Blue) = 102+84+82=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 102 - color contains mainly: red. Hex color #665452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665452 is #99ABAD. Grayscale: #595959. Windows color (decimal): -10070958 or 5395558. OLE color: 5395558.

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

Color convert

RGB1028482-
CMYK00.180.200.6
HSL10.87%36.08%-
HSV(B)19.61%40%-
XYZ10.179.779.33-
YUV89.15123.96137.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=38.06%
G=31.34%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102848200.180.200.6610.8736.08
Hex665452012143C6b24
Octal146124122022247461344
Binary110011010101001010010010010101001111001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665452; }

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

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

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

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

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

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

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

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