#604D4A

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

Shades of Congo Brown #604D4A

Tints of Congo Brown #604D4A

Color information

#604D4A (or 0x604D4A) is unknown color: approx Congo Brown. HEX triplet: 60, 4D and 4A. RGB value is (96,77,74). Sum of RGB (Red+Green+Blue) = 96+77+74=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #604D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D4A is #9FB2B5. Grayscale: #525252. Windows color (decimal): -10465974 or 4869472. OLE color: 4869472.

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

Color convert

RGB967774-
CMYK00.200.230.62
HSL8.18º12.94%33.33%-
HSV(B)8.18º22.92%37.65%-
XYZ8.718.297.62-
YUV82.34123.29137.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 74 (29.30% from 255) = 29.96%
R=38.87%
G=31.17%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96777400.200.230.628.1812.9433.33
Hex604D4A014173E8d21
Octal1401151120242776101541
Binary1100000100110110010100101001011111111010001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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