#604C48

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

Shades of Congo Brown #604C48

Tints of Congo Brown #604C48

Color information

#604C48 (or 0x604C48) is unknown color: approx Congo Brown. HEX triplet: 60, 4C and 48. RGB value is (96,76,72). Sum of RGB (Red+Green+Blue) = 96+76+72=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #604C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C48 is #9FB3B7. Grayscale: #515151. Windows color (decimal): -10466232 or 4738144. OLE color: 4738144.

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

Color convert

RGB967672-
CMYK00.210.250.62
HSL10º14.29%32.94%-
HSV(B)10º25%37.65%-
XYZ8.588.127.25-
YUV81.52122.63138.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 76 (30.08% from 255) = 31.15%
BLUE value IS 72 (28.52% from 255) = 29.51%
R=39.34%
G=31.15%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96767200.210.250.621014.2932.94
Hex604C48015193Eae21
Octal1401141100253176121641
Binary1100000100110010010000101011100111111010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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