#60524F

Color #60524F Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #60524F

Tints of Congo Brown #60524F

Color information

#60524F (or 0x60524F) is unknown color: approx Congo Brown. HEX triplet: 60, 52 and 4F. RGB value is (96,82,79). Sum of RGB (Red+Green+Blue) = 96+82+79=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 96 - color contains mainly: red. Hex color #60524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60524F is #9FADB0. Grayscale: #555555. Windows color (decimal): -10464689 or 5198432. OLE color: 5198432.

HSL color Cylindrical-coordinate representation of color #60524F: hue angle of 10.59º 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 #60524F is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB968279-
CMYK00.150.180.62
HSL10.59º9.71%34.31%-
HSV(B)10.59º17.71%37.65%-
XYZ9.259.098.66-
YUV85.84124.14135.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.35%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 79 (31.25% from 255) = 30.74%
R=37.35%
G=31.91%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96827900.150.180.6210.599.7134.31
Hex60524F0F123Eba22
Octal1401221170172276131242
Binary110000010100101001111011111001011111010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60524F; }

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

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

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

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

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

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

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

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