#665453

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

Shades of Buccaneer #665453

Tints of Buccaneer #665453

Color information

#665453 (or 0x665453) is unknown color: approx Buccaneer. HEX triplet: 66, 54 and 53. RGB value is (102,84,83). Sum of RGB (Red+Green+Blue) = 102+84+83=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 102 - color contains mainly: red. Hex color #665453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665453 is #99ABAC. Grayscale: #595959. Windows color (decimal): -10070957 or 5461094. OLE color: 5461094.

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

Color convert

RGB1028483-
CMYK00.180.190.6
HSL3.16º10.27%36.27%-
HSV(B)3.16º18.63%40%-
XYZ10.219.799.54-
YUV89.27124.46137.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.92%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 83 (32.81% from 255) = 30.86%
R=37.92%
G=31.23%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102848300.180.190.63.1610.2736.27
Hex665453012133C3a24
Octal146124123022237431244
Binary11001101010100101001101001010011111100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665453; }

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

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

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

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

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

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

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

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