#604D4C

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

Shades of Congo Brown #604D4C

Tints of Congo Brown #604D4C

Color information

#604D4C (or 0x604D4C) is unknown color: approx Congo Brown. HEX triplet: 60, 4D and 4C. RGB value is (96,77,76). Sum of RGB (Red+Green+Blue) = 96+77+76=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #604D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D4C is #9FB2B3. Grayscale: #525252. Windows color (decimal): -10465972 or 5000544. OLE color: 5000544.

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

Color convert

RGB967776-
CMYK00.200.210.62
HSL11.63%33.73%-
HSV(B)20.83%37.65%-
XYZ8.788.327.98-
YUV82.57124.29137.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 77 (30.47% from 255) = 30.92%
BLUE value IS 76 (30.08% from 255) = 30.52%
R=38.55%
G=30.92%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96777600.200.210.62311.6333.73
Hex604D4C014153E3c22
Octal140115114024257631442
Binary11000001001101100110001010010101111110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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