#604F4F

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

Shades of Buccaneer #604F4F

Tints of Buccaneer #604F4F

Color information

#604F4F (or 0x604F4F) is unknown color: approx Buccaneer. HEX triplet: 60, 4F and 4F. RGB value is (96,79,79). Sum of RGB (Red+Green+Blue) = 96+79+79=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #604F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604F4F is #9FB0B0. Grayscale: #545454. Windows color (decimal): -10465457 or 5197664. OLE color: 5197664.

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

Color convert

RGB967979-
CMYK00.180.180.62
HSL9.71%34.31%-
HSV(B)17.71%37.65%-
XYZ9.038.648.59-
YUV84.08125.13136.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 79 (31.25% from 255) = 31.10%
BLUE value IS 79 (31.25% from 255) = 31.10%
R=37.80%
G=31.10%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96797900.180.180.6209.7134.31
Hex604F4F012123E0a22
Octal140117117022227601242
Binary1100000100111110011110100101001011111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604F4F; }

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

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

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

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

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

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

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

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