#604C4A

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

Shades of Congo Brown #604C4A

Tints of Congo Brown #604C4A

Color information

#604C4A (or 0x604C4A) is unknown color: approx Congo Brown. HEX triplet: 60, 4C and 4A. RGB value is (96,76,74). Sum of RGB (Red+Green+Blue) = 96+76+74=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #604C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C4A is #9FB3B5. Grayscale: #515151. Windows color (decimal): -10466230 or 4869216. OLE color: 4869216.

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

Color convert

RGB967674-
CMYK00.210.230.62
HSL5.45º12.94%33.33%-
HSV(B)5.45º22.92%37.65%-
XYZ8.648.157.6-
YUV81.75123.63138.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.02%
GREEN value IS 76 (30.08% from 255) = 30.89%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=39.02%
G=30.89%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96767400.210.230.625.4512.9433.33
Hex604C4A015173E5d21
Octal140114112025277651541
Binary110000010011001001010010101101111111101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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