#605252

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

Shades of Buccaneer #605252

Tints of Buccaneer #605252

Color information

#605252 (or 0x605252) is unknown color: approx Buccaneer. HEX triplet: 60, 52 and 52. RGB value is (96,82,82). Sum of RGB (Red+Green+Blue) = 96+82+82=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 96 - color contains mainly: red. Hex color #605252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605252 is #9FADAD. Grayscale: #565656. Windows color (decimal): -10464686 or 5395040. OLE color: 5395040.

HSL color Cylindrical-coordinate representation of color #605252: hue angle of 0º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #605252 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB968282-
CMYK00.150.150.62
HSL7.87%34.9%-
HSV(B)14.58%37.65%-
XYZ9.369.139.25-
YUV86.19125.64135-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.92%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 82 (32.42% from 255) = 31.54%
R=36.92%
G=31.54%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96828200.150.150.6207.8734.9
Hex6052520FF3E0823
Octal140122122017177601043
Binary11000001010010101001001111111111111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605252; }

 p { color: rgb(96,82,82); }

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

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

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

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

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

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

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