#604D4D

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

Shades of Congo Brown #604D4D

Tints of Congo Brown #604D4D

Color information

#604D4D (or 0x604D4D) is unknown color: approx Congo Brown. HEX triplet: 60, 4D and 4D. RGB value is (96,77,77). Sum of RGB (Red+Green+Blue) = 96+77+77=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #604D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604D4D is #9FB2B2. Grayscale: #525252. Windows color (decimal): -10465971 or 5066080. OLE color: 5066080.

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

Color convert

RGB967777-
CMYK00.200.200.62
HSL10.98%33.92%-
HSV(B)19.79%37.65%-
XYZ8.828.338.16-
YUV82.68124.79137.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.4%
GREEN value IS 77 (30.47% from 255) = 30.8%
BLUE value IS 77 (30.47% from 255) = 30.8%
R=38.4%
G=30.8%
B=30.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96777700.200.200.62010.9833.92
Hex604D4D014143E0b22
Octal140115115024247601342
Binary1100000100110110011010101001010011111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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