#60504D

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

Shades of Congo Brown #60504D

Tints of Congo Brown #60504D

Color information

#60504D (or 0x60504D) is unknown color: approx Congo Brown. HEX triplet: 60, 50 and 4D. RGB value is (96,80,77). Sum of RGB (Red+Green+Blue) = 96+80+77=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 96 - color contains mainly: red. Hex color #60504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60504D is #9FAFB2. Grayscale: #545454. Windows color (decimal): -10465203 or 5066848. OLE color: 5066848.

HSL color Cylindrical-coordinate representation of color #60504D: hue angle of 9.47º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #60504D is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB968077-
CMYK00.170.200.62
HSL9.47º10.98%33.92%-
HSV(B)9.47º19.79%37.65%-
XYZ9.038.768.24-
YUV84.44123.8136.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 77 (30.47% from 255) = 30.43%
R=37.94%
G=31.62%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96807700.170.200.629.4710.9833.92
Hex60504D011143E9b22
Octal1401201150212476111342
Binary1100000101000010011010100011010011111010011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60504D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60504D; }

 p { color: rgb(96,80,77); }

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

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

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

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

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

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

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